mirror of
https://gitlab.com/sonalarora/tra_backend.git
synced 2025-12-17 10:19:09 +02:00
work on report
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user