summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2025-03-04 13:26:28 +0700
committerit-fixcomart <it@fixcomart.co.id>2025-03-04 13:26:28 +0700
commit92b6da28414fed56732f86e1f04ea2fac3464d7d (patch)
tree8e7d67692053ff5d2aec3b220dca44be4040295c
parentcc170c5420fd8854303a63dba59065ab0f87c94e (diff)
<iman> add reason cancel quotation
-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 d6b5e848..8a983479 100755
--- a/indoteknik_custom/models/sale_order.py
+++ b/indoteknik_custom/models/sale_order.py
@@ -25,6 +25,7 @@ class CancelReasonOrder(models.TransientModel):
('dokumen_tidak_support', 'Indoteknik tidak bisa support document yang dibutuhkan (Ex: TKDN, COO, SNI)'),
('ganti_quotation', 'Ganti Quotation'),
('testing_internal', 'Testing Internal'),
+ ('revisi_data', 'Revisi Data'),
], string='Reason for Cancel', required=True, copy=False, index=True, tracking=3)
attachment_bukti = fields.Many2many(
'ir.attachment',