mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[IMP] contract_price_revision: pre-commit stuff
This commit is contained in:
@@ -56,8 +56,8 @@ class ContractLine(models.Model):
|
||||
self, date_start, date_end, is_auto_renew, price, recurring_next_date=False
|
||||
):
|
||||
"""
|
||||
Override contract function to prepare values for new contract line
|
||||
adding the new price as parameter
|
||||
Override contract function to prepare values for new contract line
|
||||
adding the new price as parameter
|
||||
"""
|
||||
res = super()._prepare_value_for_plan_successor(
|
||||
date_start, date_end, is_auto_renew, recurring_next_date=recurring_next_date
|
||||
|
||||
Reference in New Issue
Block a user