mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[FIX] contract: add missing dependency in computed field
This commit is contained in:
committed by
Francisco Ivan Anton Prieto
parent
e2fa625aeb
commit
4bfe8cd56e
@@ -479,6 +479,7 @@ class ContractLine(models.Model):
|
||||
'recurring_rule_type',
|
||||
'recurring_interval',
|
||||
'date_end',
|
||||
'recurring_next_date',
|
||||
)
|
||||
def _compute_next_period_date_end(self):
|
||||
for rec in self:
|
||||
|
||||
Reference in New Issue
Block a user