summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFIN-IT_AndriFP <andrifebriyadiputra@gmail.com>2025-12-03 11:04:52 +0700
committerFIN-IT_AndriFP <andrifebriyadiputra@gmail.com>2025-12-03 11:04:52 +0700
commite03abf013bb24c6685fe5d2f24d9d3491d092188 (patch)
tree185d78cc40644e5e2c05c5bed26946b288062930
parenta6ce141542392888f8191e0e0dd4ccd6abf1b334 (diff)
(andri) tracking customer reference SO
-rwxr-xr-xindoteknik_custom/models/sale_order.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/models/sale_order.py b/indoteknik_custom/models/sale_order.py
index b108f544..9ef9ce9a 100755
--- a/indoteknik_custom/models/sale_order.py
+++ b/indoteknik_custom/models/sale_order.py
@@ -401,6 +401,7 @@ class SaleOrder(models.Model):
is_so_fiktif = fields.Boolean('SO Fiktif?', tracking=3)
team_id = fields.Many2one(tracking=True)
+ client_order_ref = fields.Char(tracking=True)
def action_set_shipping_id(self):