oca-technical/odoo-bringout-oca-server-ux-base_technical_features/base_technical_features/__manifest__.py
2025-08-29 15:43:03 +02:00

14 lines
567 B
Python

# © 2016 Opener B.V. (<https://opener.am>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Technical features group",
"summary": "Access to technical features without activating debug mode",
"version": "16.0.1.0.1",
"category": "Usability",
"website": "https://github.com/OCA/server-ux",
"author": "Opener B.V., Odoo Community Association (OCA)",
"data": ["security/res_groups.xml", "views/res_users.xml", "data/res_users.xml"],
"license": "AGPL-3",
"installable": True,
"depends": ["base"],
}