mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-17 04:32:55 -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="name" position="after">
|
||||||
<field name="tag_ids" widget="many2one" />
|
<field name="tag_ids" widget="many2one" />
|
||||||
</field>
|
</field>
|
||||||
|
<xpath expr="//searchpanel" position="inside">
|
||||||
|
<field
|
||||||
|
name="tag_ids"
|
||||||
|
select="multi"
|
||||||
|
icon="fa-folder"
|
||||||
|
string="Tags"
|
||||||
|
enable_counters="1"
|
||||||
|
/>
|
||||||
|
</xpath>
|
||||||
</field>
|
</field>
|
||||||
</record>
|
</record>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user