mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-16 04:02:56 -06:00
[14.0][IMP] document_page_tag: add side search panel with tags.
This commit is contained in:
parent
4e19019856
commit
be429b42d0
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user