Commit 8d0fd93 1 parent 4697db7 commit 8d0fd93 Copy full SHA for 8d0fd93
File tree 2 files changed +3
-3
lines changed
l10n_br_account_payment_order/tests
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ def _send_new_cnab_code(
102
102
) as f :
103
103
f .change_type = code_to_send
104
104
if code_to_send == "change_date_maturity" :
105
- new_date = date .today () + timedelta (days = 30 )
105
+ new_date = date .today () + timedelta (days = 31 )
106
106
payment_cheque = self .env .ref (
107
107
"l10n_br_account_payment_order." "payment_mode_cheque"
108
108
)
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ def setUpClass(cls):
61
61
def test_change_date_maturity_multiple (self ):
62
62
"""Test Creation of a Payment Order an change MULTIPLE due date"""
63
63
date_maturity = self .financial_move_line_ids .mapped ("date_maturity" )
64
- new_date = date .today () + timedelta (days = 30 )
64
+ new_date = date .today () + timedelta (days = 31 )
65
65
self ._send_and_check_new_cnab_code (
66
66
self .invoice_auto ,
67
67
self .financial_move_line_ids ,
@@ -77,7 +77,7 @@ def test_change_date_maturity_multiple(self):
77
77
def test_change_date_maturity_one (self ):
78
78
"""Test Creation of a Payment Order an change ONE due date"""
79
79
date_maturity = self .financial_move_line_0 .mapped ("date_maturity" )
80
- new_date = date .today () + timedelta (days = 30 )
80
+ new_date = date .today () + timedelta (days = 31 )
81
81
self ._send_and_check_new_cnab_code (
82
82
self .invoice_auto ,
83
83
self .financial_move_line_0 ,
You can’t perform that action at this time.
0 commit comments