[MIG] web_group_expand: Migration to 11.0

This commit is contained in:
Aldo_Soares
2018-05-15 16:59:33 -03:00
committed by Pedro M. Baeza
parent f9c58fff79
commit 6f261ee58d
9 changed files with 117 additions and 80 deletions

View File

@@ -0,0 +1,25 @@
{
"name": "Group Expand Buttons",
'summary': """
Enables expanding/reset all groups in list view
""",
"version": "11.0.1.0.0",
"category": "Web",
"author": "OpenERP SA, "
"AvanzOSC, "
"Serv. Tecnol. Avanzados - Pedro M. Baeza, "
"Odoo Community Association (OCA)",
"website": "https://github.com/oca/web",
'license': 'AGPL-3',
"depends": [
"web"
],
"data": [
"templates/assets.xml",
],
"qweb": [
"static/src/xml/web_group_expand.xml",
],
"installable": True,
'application': False,
}