[MIG] web_group_expand: Migration to 13.0

This commit is contained in:
Manuel Calero
2021-03-17 13:14:42 +01:00
committed by BT-aestebanez
parent c7225dbe71
commit 0a74a4e3d6
4 changed files with 19 additions and 13 deletions

View File

@@ -1,14 +1,15 @@
{
"name": "Group Expand Buttons",
"category": "Web",
"version": "12.0.1.0.0",
"version": "13.0.1.0.0",
"license": "AGPL-3",
"author": "OpenERP SA, "
"AvanzOSC, "
"Serv. Tecnol. Avanzados - Pedro M. Baeza, "
"Therp BV, "
"Xtendoo, "
"Odoo Community Association (OCA)",
"depends": ["web",],
"qweb": ["static/src/xml/expand_buttons.xml",],
"data": ["views/templates.xml",],
"depends": ["web"],
"qweb": ["static/src/xml/expand_buttons.xml"],
"data": ["views/templates.xml"],
}