2021-03-23 19:38:33 +00:00
|
|
|
# coding: utf-8
|
|
|
|
# © 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",
|
2021-05-27 10:47:45 +00:00
|
|
|
"version": "1.0.1.0.0",
|
2021-03-23 19:38:33 +00:00
|
|
|
"category": "Usability",
|
|
|
|
"website": "https://gitlab.com/flectra-community/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,
|
|
|
|
}
|