diff options
| author | Miqdad <ahmadmiqdad27@gmail.com> | 2025-11-12 23:57:23 +0700 |
|---|---|---|
| committer | Miqdad <ahmadmiqdad27@gmail.com> | 2025-11-12 23:57:23 +0700 |
| commit | 7049765e3fa5ffca23725d652134ab3662912762 (patch) | |
| tree | ecc05a68cd9ea5e9c72c267db9d9d4e1a402c567 | |
| parent | 82d571fba45fde775ac53cc73dfee54bebd61488 (diff) | |
<miqdad> add tracking so fiktif
| -rwxr-xr-x | indoteknik_custom/models/sale_order.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/sale_order.py b/indoteknik_custom/models/sale_order.py index 8e731307..14b66d87 100755 --- a/indoteknik_custom/models/sale_order.py +++ b/indoteknik_custom/models/sale_order.py @@ -398,7 +398,7 @@ class SaleOrder(models.Model): compute="_compute_partner_is_cbd_locked" ) internal_notes_contact = fields.Text(related='partner_id.comment', string="Internal Notes", readonly=True, help="Internal Notes dari contact utama customer.") - is_so_fiktif = fields.Boolean('SO Fiktif?') + is_so_fiktif = fields.Boolean('SO Fiktif?', tracking=3) def action_set_shipping_id(self): for rec in self: |
