mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[ADD] - Add more value for auto_renew_rule_type
[REF] - refactoring for compute_first_date_end [RMV] - remove auto_renew_rule_type option monthlylastday [IMP] - rename manual_renew_needed label [IMP] - use get_product_multiline_description_sale to get contract line description
This commit is contained in:
committed by
Christopher Rogos
parent
09ce4005d7
commit
19f9587025
@@ -494,10 +494,7 @@ class TestContract(TestContractBase):
|
||||
line.product_id.description_sale = 'Test'
|
||||
line._onchange_product_id()
|
||||
self.assertEqual(
|
||||
line.name,
|
||||
'\n'.join(
|
||||
[line.product_id.name, line.product_id.description_sale]
|
||||
),
|
||||
line.name, line.product_id.get_product_multiline_description_sale()
|
||||
)
|
||||
|
||||
def test_contract_count(self):
|
||||
|
||||
Reference in New Issue
Block a user