mirror of
https://github.com/OCA/intrastat-extrastat.git
synced 2025-02-16 17:13:41 +02:00
Better form view of product category, courtesy of David Beal.
This commit is contained in:
committed by
Alexis de Lattre
parent
6c390713c8
commit
78298b3356
@@ -16,7 +16,7 @@
|
||||
<field name="inherit_id" ref="account.product_normal_form_view" />
|
||||
<field name="arch" type="xml">
|
||||
<group name="properties" position="after">
|
||||
<group string="Intrastat properties" name="intrastat">
|
||||
<group string="Intrastat Properties" name="intrastat">
|
||||
<field name="exclude_from_intrastat" />
|
||||
<field name="is_accessory_cost" />
|
||||
</group>
|
||||
@@ -31,7 +31,7 @@
|
||||
<field name="inherit_id" ref="account.product_template_form_view"/>
|
||||
<field name="arch" type="xml">
|
||||
<field name="supplier_taxes_id" position="after">
|
||||
<group string="Intrastat properties" name="intrastat">
|
||||
<group string="Intrastat Properties" name="intrastat">
|
||||
<field name="exclude_from_intrastat" />
|
||||
<field name="is_accessory_cost" />
|
||||
</group>
|
||||
|
||||
Reference in New Issue
Block a user