mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
[IMP] account_exception: back to detedt error on post
H11044
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user