diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2022-10-05 08:32:02 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2022-10-05 08:32:02 +0700 |
| commit | 77a6833006f406ffc7ddd5d50308c843cf9133a5 (patch) | |
| tree | 5de0d24e0913aced8d600cdbdc2c330847491f97 | |
| parent | b313cffd7c67da80a460eb693e2cbcc4f0e0455b (diff) | |
Update sale_order.xml
| -rwxr-xr-x | indoteknik_custom/views/sale_order.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml index 0abbae94..f83b2a6b 100755 --- a/indoteknik_custom/views/sale_order.xml +++ b/indoteknik_custom/views/sale_order.xml @@ -26,11 +26,11 @@ <field name="vendor_id" attrs="{'readonly': [('parent.state', 'not in', ['draft', 'sent', 'sale'])]}"/> <field name="purchase_price" attrs="{'readonly': [('parent.state', 'not in', ['draft', 'sent', 'sale'])]}"/> <field name="purchase_tax_id" attrs="{'readonly': [('parent.state', 'not in', ['draft', 'sent', 'sale'])]}"/> - <field name="item_percent_margin" groups="sales_team.group_sale_manager"/> + <field name="item_percent_margin"/> </xpath> <field name="amount_total" position="after"> - <field name="total_margin" groups="sales_team.group_sale_manager"/> - <field name="total_percent_margin" groups="sales_team.group_sale_manager"/> + <field name="total_margin"/> + <field name="total_percent_margin"/> </field> <field name="effective_date" position="after"> <field name="carrier_id"/> |
