work on report

This commit is contained in:
sonal arora
2020-09-13 08:59:13 +00:00
parent fc2deb9991
commit e6612fc8be
22 changed files with 64 additions and 49 deletions

View File

@@ -10,7 +10,7 @@ class AccountMove(models.Model):
# ==== Business fields ====
overdue_by = fields.Float(string='Overdue By', index=True, compute='calculate_overdue_date')
overdue_by = fields.Float(string='Overdue By', index=True)#, compute='calculate_overdue_date')
def calculate_overdue_date(self):