summaryrefslogtreecommitdiff
path: root/fixco_custom/models/sale.py
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2025-12-08 16:14:00 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2025-12-08 16:14:00 +0700
commit2a77c2a565bc6f8139af830853e1c06625593f44 (patch)
treeb7d475aaea7fdcd54afbf4e53697061517976509 /fixco_custom/models/sale.py
parent6b255061a752a5d8cc9af65b98f39cf0abe1824d (diff)
push
Diffstat (limited to 'fixco_custom/models/sale.py')
-rwxr-xr-xfixco_custom/models/sale.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/fixco_custom/models/sale.py b/fixco_custom/models/sale.py
index 11340eb..4a1b79e 100755
--- a/fixco_custom/models/sale.py
+++ b/fixco_custom/models/sale.py
@@ -9,6 +9,7 @@ class SaleOrder(models.Model):
invoice_mp = fields.Char(string='Invoice Marketplace', required=True)
order_reference = fields.Char(string='Order Reference', required=True)
address = fields.Char('Address')
+ channel = fields.Char('Channel')
note_by_buyer = fields.Char('Note By Buyer')
count_payment = fields.Integer('Count Payment', compute='_compute_count_payment')