mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
[IMP] account_exception: make it work on write and specific states
H11044
This commit is contained in:
@@ -23,4 +23,5 @@ 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 self.related_model_id.action_post()
|
||||
return True
|
||||
Reference in New Issue
Block a user