mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[MIG] web_group_expand: Migration to 11.0
This commit is contained in:
committed by
Pedro M. Baeza
parent
f9c58fff79
commit
6f261ee58d
25
web_group_expand/__manifest__.py
Normal file
25
web_group_expand/__manifest__.py
Normal 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,
|
||||
}
|
||||
Reference in New Issue
Block a user