[FIX] contract: add missing dependency in computed field

This commit is contained in:
Stéphane Bidoul (ACSONE)
2019-12-06 15:33:26 +01:00
committed by Francisco Ivan Anton Prieto
parent e2fa625aeb
commit 4bfe8cd56e

View File

@@ -479,6 +479,7 @@ class ContractLine(models.Model):
'recurring_rule_type', 'recurring_rule_type',
'recurring_interval', 'recurring_interval',
'date_end', 'date_end',
'recurring_next_date',
) )
def _compute_next_period_date_end(self): def _compute_next_period_date_end(self):
for rec in self: for rec in self: