Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
24
web_disable_export_group/__manifest__.py
Executable file
24
web_disable_export_group/__manifest__.py
Executable file
@@ -0,0 +1,24 @@
|
||||
# Copyright 2016 Onestein (<http://www.onestein.eu>)
|
||||
# Copyright 2018 Tecnativa - David Vidal
|
||||
# Copyright 2018 Tecnativa - João Marques
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||||
{
|
||||
"name": "Web Disable Export Group",
|
||||
"version": "18.0.1.0.0",
|
||||
"license": "AGPL-3",
|
||||
"author": "Onestein, Tecnativa, Odoo Community Association (OCA)",
|
||||
"website": "https://github.com/OCA/web",
|
||||
"category": "Web",
|
||||
"depends": ["web"],
|
||||
"data": [
|
||||
"security/groups.xml",
|
||||
"security/ir.model.access.csv",
|
||||
],
|
||||
"installable": True,
|
||||
"assets": {
|
||||
"web.assets_backend": [
|
||||
"web_disable_export_group/static/src/**/*",
|
||||
],
|
||||
"web.assets_tests": ["web_disable_export_group/static/tests/**/*"],
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user