diff options
Diffstat (limited to 'indoteknik_custom/views')
| -rwxr-xr-x | indoteknik_custom/views/product_pricelist_item.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/indoteknik_custom/views/product_pricelist_item.xml b/indoteknik_custom/views/product_pricelist_item.xml index 94ba9e4f..80cf426b 100755 --- a/indoteknik_custom/views/product_pricelist_item.xml +++ b/indoteknik_custom/views/product_pricelist_item.xml @@ -33,5 +33,17 @@ parent="sale.product_menu_catalog" sequence="2" action="product_pricelist_item_action"/> + + <record id="product_pricelist_item_tree_view_inherit" model="ir.ui.view"> + <field name="name">product.pricelist.item.tree.view.inherit</field> + <field name="model">product.pricelist.item</field> + <field name="inherit_id" ref="product.product_pricelist_item_tree_view"/> + <field name="arch" type="xml"> + <field name="company_id" position="after"> + <field name="manufacture_id" string="Manufactures"/> + </field> + </field> + </record> + </data> </odoo>
\ No newline at end of file |
