mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[IMP] contract: Avoid warning on non existing field in tests
The field doens't exists, so we can avoid the warning simply not writing it.
This commit is contained in:
@@ -806,7 +806,6 @@ class TestContract(TestContractBase):
|
||||
'recurring_invoicing_type': recurring_invoicing_type,
|
||||
'recurring_rule_type': recurring_rule_type,
|
||||
'recurring_interval': recurring_interval,
|
||||
'max_date_end': max_date_end,
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user