File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242 <menuitem
4343 id =" product_tag_menu"
4444 name =" Product Tags"
45- parent =" sale.product_menu_catalog "
45+ parent =" sale.prod_config_main "
4646 action =" product_tag_action"
4747 sequence =" 20"
4848 />
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<odoo >
3- <record id =" product_normal_form_view_inherit" model =" ir.ui.view" >
4- <field name =" name" >product.product.form</field >
5- <field name =" model" >product.product</field >
6- <field name =" inherit_id" ref =" product.product_normal_form_view" />
7- <field name =" arch" type =" xml" >
8- <field name =" product_tag_ids" position =" attributes" >
9- <attribute
10- name =" options"
11- >{'no_open': True, 'color_field': 'color'}</attribute >
12- </field >
13- </field >
14- </record >
153 <record id =" product_product_tree_view_inherit" model =" ir.ui.view" >
164 <field name =" name" >product.product.tree</field >
175 <field name =" model" >product.product</field >
219 <field
2210 name =" product_tag_ids"
2311 widget =" many2many_tags"
24- options =" {'color_field': 'color', 'no_edit_color': 1 }"
12+ options =" {'color_field': 'color'}"
2513 optional =" hide"
2614 />
2715 </field >
Original file line number Diff line number Diff line change 1+ ../../../../product_tag
Original file line number Diff line number Diff line change 1+ import setuptools
2+
3+ setuptools .setup (
4+ setup_requires = ['setuptools-odoo' ],
5+ odoo_addon = True ,
6+ )
You can’t perform that action at this time.
0 commit comments