mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
[IMP] mrp_tag: add parent tags
This commit is contained in:
@@ -19,7 +19,8 @@
|
||||
</div>
|
||||
<group>
|
||||
<group>
|
||||
<field name="color" required="True" />
|
||||
<field name="color" required="True" widget="color_picker" />
|
||||
<field name="parent_id" />
|
||||
</group>
|
||||
</group>
|
||||
</sheet>
|
||||
@@ -31,8 +32,9 @@
|
||||
<field name="name">mrp.tag.view.tree</field>
|
||||
<field name="model">mrp.tag</field>
|
||||
<field name="arch" type="xml">
|
||||
<tree name="Tags" editable="bottom">
|
||||
<tree name="Tags">
|
||||
<field name="name" />
|
||||
<field name="parent_id" optional="hide" />
|
||||
<field name="color" widget="color_picker" />
|
||||
</tree>
|
||||
</field>
|
||||
|
||||
Reference in New Issue
Block a user