diff --git a/account_reversal/account_reversal.py b/account_reversal/account_reversal.py index 5be398822..c062959f5 100644 --- a/account_reversal/account_reversal.py +++ b/account_reversal/account_reversal.py @@ -86,8 +86,7 @@ class account_move(orm.Model): self.write(cr, uid, [move.id], {'reversal_id': reversal_move_id, - # ensure to_be_reversed is true if ever it was not - 'to_be_reversed': True}, + 'to_be_reversed': False}, context=context) reversal_move = self.browse(cr, uid, reversal_move_id, context=context)