diff options
| -rw-r--r-- | indoteknik_custom/views/price_group.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/indoteknik_custom/views/price_group.xml b/indoteknik_custom/views/price_group.xml index fa6db8b1..7ee8d422 100644 --- a/indoteknik_custom/views/price_group.xml +++ b/indoteknik_custom/views/price_group.xml @@ -55,4 +55,28 @@ sequence="100" action="price_group_action"/> </data> + <data> + <record id="x_manufactures_form_pricing_group" model="ir.ui.view"> + <field name="name">Manufactures</field> + <field name="model">x_manufactures</field> + <field name="inherit_id" ref="indoteknik_custom.x_manufactures_form"/> + <field name="arch" type="xml"> + <field name="vendor_ids" position="after"> + <field name="pricing_group"/> + </field> + </field> + </record> + </data> + <data> + <record id="x_manufactures_tree_pricing_group" model="ir.ui.view"> + <field name="name">Manufactures</field> + <field name="model">x_manufactures</field> + <field name="inherit_id" ref="indoteknik_custom.x_manufactures_tree"/> + <field name="arch" type="xml"> + <field name="parent_id" position="after"> + <field name="pricing_group" optional="hide"/> + </field> + </field> + </record> + </data> </odoo>
\ No newline at end of file |
