Skip to content

Commit

Permalink
Merge PR #998 into 12.0
Browse files Browse the repository at this point in the history
Signed-off-by etobella
  • Loading branch information
OCA-git-bot committed Jul 17, 2024
2 parents 0fc05ed + 9378fc4 commit f81fd35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edi_oca/models/edi_exchange_record.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ def _get_identifier(self):
def _quick_exec_enabled(self):
if self.env.context.get("edi__skip_quick_exec"):
return False
return self.type_id.quick_exec
return self.type_id.quick_exec and self.backend_id.active

def _execute_next_action(self):
# The backend already knows how to handle records
Expand Down

0 comments on commit f81fd35

Please sign in to comment.