Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
20
web_group_expand/__manifest__.py
Executable file
20
web_group_expand/__manifest__.py
Executable file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "Group Expand Buttons",
|
||||
"category": "Web",
|
||||
"version": "18.0.1.0.1",
|
||||
"license": "AGPL-3",
|
||||
"author": "OpenERP SA, "
|
||||
"AvanzOSC, "
|
||||
"Serv. Tecnol. Avanzados - Pedro M. Baeza, "
|
||||
"Therp BV, "
|
||||
"Xtendoo, "
|
||||
"Odoo Community Association (OCA)",
|
||||
"website": "https://github.com/OCA/web",
|
||||
"depends": ["web"],
|
||||
"assets": {
|
||||
"web.assets_backend": [
|
||||
"/web_group_expand/static/src/xml/list_controller.xml",
|
||||
"/web_group_expand/static/src/js/list_controller.esm.js",
|
||||
],
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user