web/web_group_expand/__manifest__.py

22 lines
511 B
Python

{
"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)",
"website": "https://github.com/OCA/web",
"depends": [
"web",
],
"qweb": [
"static/src/xml/expand_buttons.xml",
],
"data": [
"views/templates.xml",
],
}