diff options
| author | Indoteknik . <it@fixcomart.co.id> | 2025-06-16 09:20:13 +0700 |
|---|---|---|
| committer | Indoteknik . <it@fixcomart.co.id> | 2025-06-16 09:20:13 +0700 |
| commit | ac3e99d4d7e1fd21aa146d621a06b42df86e3f7b (patch) | |
| tree | b352b73bf930277022f3d8af5c75fec7dd54a6ca | |
| parent | 76de9415681d5fbdd6b9b03e20df88937ec739fc (diff) | |
(andri) set default shipping option ke custom
| -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 7c3f8952..39b74069 100755 --- a/indoteknik_custom/models/sale_order.py +++ b/indoteknik_custom/models/sale_order.py @@ -333,7 +333,7 @@ class SaleOrder(models.Model): select_shipping_option = fields.Selection([ ('biteship', 'Biteship'), ('custom', 'Custom'), - ], string='Shipping Option', help="Select shipping option for delivery", tracking=True) + ], string='Shipping Option', help="Select shipping option for delivery", tracking=True, default='custom') hold_outgoing = fields.Boolean('Hold Outgoing SO', tracking=3) state_ask_cancel = fields.Selection([ |
