diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2026-01-09 13:03:09 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2026-01-09 13:03:09 +0700 |
| commit | 82c1232c08894dad3d6e326649785b5669a12077 (patch) | |
| tree | a4f479052a9d59a58719e73b2b9ef4443e98bd05 /fixco_custom/models/sale.py | |
| parent | 4db2619225eea1edb72da972ba2b829008e40f30 (diff) | |
push
Diffstat (limited to 'fixco_custom/models/sale.py')
| -rwxr-xr-x | fixco_custom/models/sale.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fixco_custom/models/sale.py b/fixco_custom/models/sale.py index cd5f68f..b8aa963 100755 --- a/fixco_custom/models/sale.py +++ b/fixco_custom/models/sale.py @@ -19,6 +19,8 @@ class SaleOrder(models.Model): remaining_down_payment = fields.Float('Remaining Down Payment', compute='_compute_remaining_down_payment', store=True) + deadline_date = fields.Datetime('Deadline', copy=False) + def create_invoices(self): created_invoices = self.env['account.move'] for order in self: |
