[MIG]document_page_tag: Migration to 15.0

This commit is contained in:
manu 2022-04-28 14:09:30 +02:00 committed by Alberto Martínez
parent dece4b3364
commit 020f732a72
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
{
"name": "Document Page Tag",
"version": "14.0.1.0.2",
"version": "15.0.1.0.0",
"author": "Therp BV,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/knowledge",
"license": "AGPL-3",

View File

@ -49,7 +49,7 @@
<field name="name">document.page.tag.tree</field>
<field name="model">document.page.tag</field>
<field name="arch" type="xml">
<tree string="Document Tags">
<tree>
<field name="name" />
</tree>
</field>