summaryrefslogtreecommitdiff
path: root/fixco_custom/models/sale.py
diff options
context:
space:
mode:
authorMqdd <ahmadmiqdad27@gmail.com>2026-01-09 14:53:34 +0700
committerMqdd <ahmadmiqdad27@gmail.com>2026-01-09 14:53:34 +0700
commit57dee69f10404610c9b2cac8268f78ebd92a9b19 (patch)
treea5280fb2f04cee2c4359943cb2282999ba666fe1 /fixco_custom/models/sale.py
parentf0fdef1687cf29adb42fbb10512820088d8a9953 (diff)
parent82c1232c08894dad3d6e326649785b5669a12077 (diff)
Merge branch 'main' of https://bitbucket.org/altafixco/fixco-addons into bills_add_item_po
Diffstat (limited to 'fixco_custom/models/sale.py')
-rwxr-xr-xfixco_custom/models/sale.py2
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: