Merge PR #343 into 14.0

Signed-off-by etobella
This commit is contained in:
OCA-git-bot
2022-05-04 14:26:57 +00:00

View File

@@ -21,6 +21,15 @@
<field name="name" position="after">
<field name="tag_ids" widget="many2one" />
</field>
<xpath expr="//searchpanel" position="inside">
<field
name="tag_ids"
select="multi"
icon="fa-folder"
string="Tags"
enable_counters="1"
/>
</xpath>
</field>
</record>