diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2024-09-30 14:04:23 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2024-09-30 14:04:23 +0700 |
| commit | e48193b793216a4ab82d88753ae144c08c3ddfaf (patch) | |
| tree | e995192bb00ee5a5b3ffcb200040b464d4ec6779 /indoteknik_custom/views | |
| parent | 0d1bf664d93ff02a42b1962fcf034690b105b8a9 (diff) | |
estimated shipping price
Diffstat (limited to 'indoteknik_custom/views')
| -rwxr-xr-x | indoteknik_custom/views/sale_order.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml index f2789254..5ef399c7 100755 --- a/indoteknik_custom/views/sale_order.xml +++ b/indoteknik_custom/views/sale_order.xml @@ -84,6 +84,7 @@ string="Override Create Invoice" type="object" /> + <button string="Estimate Shipping" type="object" name="action_estimate_shipping"/> </field> <field name="partner_shipping_id" position="after"> <field name="real_shipping_id"/> @@ -130,6 +131,7 @@ <field name="note" optional="hide"/> <field name="note_procurement" optional="hide"/> <field name="vendor_subtotal" optional="hide"/> + <field name="weight" optional="hide"/> <field name="amount_voucher_disc" string="Voucher" readonly="1" optional="hide"/> <field name="order_promotion_id" string="Promotion" readonly="1" optional="hide"/> </xpath> |
