diff options
| author | Miqdad <ahmadmiqdad27@gmail.com> | 2025-11-07 13:16:34 +0700 |
|---|---|---|
| committer | Miqdad <ahmadmiqdad27@gmail.com> | 2025-11-07 13:16:34 +0700 |
| commit | 459e34a6f96ed12522036bb12da2e0488581c016 (patch) | |
| tree | 38b92fa4783abfbbdfc34575949859826f69d12b /indoteknik_custom/models/sale_order.py | |
| parent | 3f905516b4b0b6573ebdf67f18582f20b023f7f6 (diff) | |
<Miqdad> CR nathan stock picking
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 31662fb4..ef6318da 100755 --- a/indoteknik_custom/models/sale_order.py +++ b/indoteknik_custom/models/sale_order.py @@ -398,6 +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?') def action_open_partial_delivery_wizard(self): # raise UserError("Fitur ini sedang dalam pengembangan") |
