diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-08-21 22:09:13 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-08-21 22:09:13 +0700 |
| commit | 40b3ae941bce5c822d7297c8ccfc1c752409e21c (patch) | |
| tree | 887883bdf1c0cee763b77b62a7fc9e4e63a68a04 | |
| parent | 12e6489b623c72f57abdd99c18574ecb057bcbcc (diff) | |
restore field
| -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 |
