diff options
| author | Indoteknik . <it@fixcomart.co.id> | 2025-05-23 09:05:27 +0700 |
|---|---|---|
| committer | Indoteknik . <it@fixcomart.co.id> | 2025-05-23 09:05:27 +0700 |
| commit | fad209db285b0a6204dc1fcbf2e2e0cb13f872b0 (patch) | |
| tree | fb54bcb29f5b06332b149763b03de8367b88f864 /indoteknik_custom/views | |
| parent | 34174e95638e1337169dfa5f3be56b9ef57021a1 (diff) | |
(andri) penyesuaian data quotation SO ke delivery biteship
Diffstat (limited to 'indoteknik_custom/views')
| -rwxr-xr-x | indoteknik_custom/views/sale_order.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml index 34397fc7..7e01ba0b 100755 --- a/indoteknik_custom/views/sale_order.xml +++ b/indoteknik_custom/views/sale_order.xml @@ -279,6 +279,12 @@ <field name="picking_iu_id" /> <field name="note_ekspedisi" /> </field> + <field name="select_shipping_option" position="attributes"> + <attribute name="attrs"> + {'readonly': [('approval_status', '=', 'approved'), ('state', 'not in', + ['cancel','draft'])]} + </attribute> + </field> <field name="carrier_id" position="attributes"> <attribute name="attrs"> {'readonly': [('approval_status', '=', 'approved'), ('state', 'not in', |
