mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[CHG][account_reversal] Modify test according changes in _move_reversal method
This commit is contained in:
committed by
Jordi Ballester
parent
f7b49567f9
commit
2ffd4131a3
@@ -117,4 +117,4 @@ class test_account_reversal(common.TransactionCase):
|
||||
self._close_period(move_period.id)
|
||||
reversal_period = self.env.ref('account.period_1')
|
||||
move.create_reversals(reversal_date=reversal_period.date_start,
|
||||
reversal_period_id=reversal_period)
|
||||
reversal_period_id=reversal_period.id)
|
||||
|
||||
Reference in New Issue
Block a user