diff options
| author | trisusilo48 <tri.susilo@altama.co.id> | 2025-03-10 10:19:42 +0700 |
|---|---|---|
| committer | trisusilo48 <tri.susilo@altama.co.id> | 2025-03-10 10:19:42 +0700 |
| commit | ecbe06d325e1b8dcef3597c9e5d848f31e3e6628 (patch) | |
| tree | 11a2513852c22d0c2c480252ab070d31675f8c52 /indoteknik_custom/models/sale_order.py | |
| parent | 447edfb87520d5d1475eeba43f1cd3425222cd4d (diff) | |
| parent | 8ded428f62eca10e114a72c50074b4d8afa36dc8 (diff) | |
Merge branch 'odoo-backup' of https://bitbucket.org/altafixco/indoteknik-addons into odoo-backup
Diffstat (limited to 'indoteknik_custom/models/sale_order.py')
| -rwxr-xr-x | indoteknik_custom/models/sale_order.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/models/sale_order.py b/indoteknik_custom/models/sale_order.py index 498f2467..852e3cf0 100755 --- a/indoteknik_custom/models/sale_order.py +++ b/indoteknik_custom/models/sale_order.py @@ -214,6 +214,7 @@ class SaleOrder(models.Model): ('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', copy=False, index=True, tracking=3) attachment_bukti = fields.Many2one( 'ir.attachment', |
