mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
contract: Add comment to remind updating method in next version
This commit is contained in:
@@ -605,6 +605,8 @@ class ContractLine(models.Model):
|
|||||||
return name
|
return name
|
||||||
|
|
||||||
def _update_recurring_next_date(self):
|
def _update_recurring_next_date(self):
|
||||||
|
# FIXME: Change method name according to real updated field
|
||||||
|
# e.g.: _update_last_date_invoiced()
|
||||||
for rec in self:
|
for rec in self:
|
||||||
last_date_invoiced = rec.next_period_date_end
|
last_date_invoiced = rec.next_period_date_end
|
||||||
rec.write(
|
rec.write(
|
||||||
|
|||||||
Reference in New Issue
Block a user