summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xindoteknik_custom/views/sale_order.xml6
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"/>