[14.0][IMP] document_page_tag: add side search panel with tags.

This commit is contained in:
angel 2022-05-04 14:55:39 +02:00
parent 4e19019856
commit be429b42d0

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>