[IMP] account_exception: back to detedt error on post

H11044
This commit is contained in:
Jorge Che
2022-09-30 21:06:40 +00:00
parent 78fa2aec94
commit c0a1c1af4b
4 changed files with 13 additions and 33 deletions

View File

@@ -23,5 +23,4 @@ class AccountMoveExceptionConfirm(models.TransientModel):
def _action_ignore(self):
self.related_model_id.ignore_exception = True
super()._action_ignore()
# return self.related_model_id.action_post()
return True
return self.related_model_id.action_post()