[IMP]document_page_tag: Color column in tag tree view

This commit is contained in:
manu 2022-05-03 15:05:09 +02:00
parent 34986d0f4f
commit 3485c5d905

View File

@ -51,6 +51,7 @@
<field name="arch" type="xml">
<tree string="Document Tags">
<field name="name" />
<field name="color" widget="color_picker" string="Color" />
</tree>
</field>
</record>