Skip to content

Commit 0882501

Browse files
committed
Merge PR #248 into 18.0
Signed-off-by simahawk
2 parents d205a94 + fe331cf commit 0882501

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

edi_core_oca/models/edi_backend.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,7 @@ def exchange_process(self, exchange_record):
436436
old_state = state = exchange_record.edi_exchange_state
437437
error = traceback = False
438438
message = None
439+
res = None
439440
try:
440441
res = self._exchange_process(exchange_record)
441442
except self._swallable_exceptions() as err:

0 commit comments

Comments
 (0)