[MIG][12.0] web_group_expand

This commit is contained in:
Jan Verbeek
2020-04-20 13:31:32 +02:00
committed by BT-aestebanez
parent 123d288735
commit 88240e1be0
12 changed files with 624 additions and 89 deletions

View File

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