|
@ -7,6 +7,9 @@ |
|
|
<field name="model">product.template</field> |
|
|
<field name="model">product.template</field> |
|
|
<field name="inherit_id" ref="product.product_template_only_form_view" /> |
|
|
<field name="inherit_id" ref="product.product_template_only_form_view" /> |
|
|
<field name="arch" type="xml"> |
|
|
<field name="arch" type="xml"> |
|
|
|
|
|
<field name="list_price" position="after"> |
|
|
|
|
|
<field name="suggested_price" widget='monetary' options="{'currency_field': 'currency_id'}"/> |
|
|
|
|
|
</field> |
|
|
<field name="invoice_policy" position="attributes"> |
|
|
<field name="invoice_policy" position="attributes"> |
|
|
<attribute name="invisible">1</attribute> |
|
|
<attribute name="invisible">1</attribute> |
|
|
</field> |
|
|
</field> |
|
@ -19,7 +22,8 @@ |
|
|
<group name="sale_condition" position="attributes"> |
|
|
<group name="sale_condition" position="attributes"> |
|
|
<attribute name="invisible">1</attribute> |
|
|
<attribute name="invisible">1</attribute> |
|
|
</group> |
|
|
</group> |
|
|
<field name="property_account_creditor_price_difference" position="attributes"> |
|
|
|
|
|
|
|
|
<field name="property_account_creditor_price_difference" |
|
|
|
|
|
position="attributes"> |
|
|
<attribute name="invisible">1</attribute> |
|
|
<attribute name="invisible">1</attribute> |
|
|
</field> |
|
|
</field> |
|
|
<xpath expr="//group[@name='inventory']/.." position="after"> |
|
|
<xpath expr="//group[@name='inventory']/.." position="after"> |
|
|