mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[IMP] - hide recurring_invoicing_type if recurring_rule_type is monthlylastday
for the monthlylastday case, pre-paid is logicly impossible, if monthlylastday is set, we consider only post-paid case [IMP] - Improve unit tests
This commit is contained in:
committed by
Jean-Charles Drubay
parent
b46cb904ec
commit
3e28563f09
@@ -102,6 +102,7 @@ class TestContractBase(common.SavepointCase):
|
||||
cls.acct_line = cls.env['account.analytic.invoice.line'].create(
|
||||
cls.line_vals
|
||||
)
|
||||
cls.acct_line.product_id.is_auto_renew = True
|
||||
|
||||
|
||||
class TestContract(TestContractBase):
|
||||
|
||||
Reference in New Issue
Block a user