[12.0][IMP] Add many2many_tags widget to tree view of attachment category for a better visibility

This commit is contained in:
sergiocorato 2021-11-25 15:05:56 +01:00
parent 8c1e91bdac
commit 918edf0b6f

View File

@ -32,7 +32,7 @@
<field name="inherit_id" ref="base.view_attachment_tree"/>
<field name="arch" type="xml">
<field name="type" position="after">
<field name="category_ids"/>
<field name="category_ids" widget="many2many_tags"/>
</field>
</field>
</record>