oca-technical/odoo-bringout-oca-management-system-mgmtsystem/mgmtsystem/__manifest__.py
2025-08-29 15:43:03 +02:00

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,
}