3
0
Fork 0
web_techsystech/web_group_expand/__manifest__.py

19 lines
478 B
Python

{
"name": "Group Expand Buttons",
"category": "Web",
"version": "13.0.1.0.0",
"license": "AGPL-3",
"website": "https://github.com/OCA/web",
"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"],
}