diff options
| author | Miqdad <ahmadmiqdad27@gmail.com> | 2025-10-13 11:21:04 +0700 |
|---|---|---|
| committer | Miqdad <ahmadmiqdad27@gmail.com> | 2025-10-13 11:21:04 +0700 |
| commit | 40c66acf47f900ecd776358758ac053347c078c7 (patch) | |
| tree | be4e6b379d761e4e04fc28d87ce404f492616ea6 /indoteknik_custom/models | |
| parent | 1bdead2b6486ee5ee0e20cdbfd302667671301be (diff) | |
<Miqdad> set back to pengajuan1 when CO from website and change SO line behavior onchange vendor_id
Diffstat (limited to 'indoteknik_custom/models')
| -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 4a7203a1..2d2d71b3 100755 --- a/indoteknik_custom/models/sale_order.py +++ b/indoteknik_custom/models/sale_order.py @@ -3230,6 +3230,7 @@ class SaleOrder(models.Model): # order._auto_set_shipping_from_website() order._compute_etrts_date() order._validate_expected_ready_ship_date() + order.onchange_vendor_id() # order._validate_delivery_amt() # order._check_total_margin_excl_third_party() # order._update_partner_details() |
