mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 05:12:07 +02:00
21 lines
676 B
Python
21 lines
676 B
Python
# Copyright (C) 2010 Savoir-faire Linux (<http://www.savoirfairelinux.com>).
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Management System",
|
|
"version": "16.0.1.0.0",
|
|
"author": "Savoir-faire Linux,Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/management-system",
|
|
"license": "AGPL-3",
|
|
"category": "Management System",
|
|
"depends": ["base"],
|
|
"data": [
|
|
"security/mgmtsystem_security.xml",
|
|
"security/ir.model.access.csv",
|
|
"views/menus.xml",
|
|
"views/mgmtsystem_system.xml",
|
|
"views/res_config.xml",
|
|
],
|
|
"installable": True,
|
|
"application": True,
|
|
}
|