mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-20 06:32:07 +02:00
22 lines
750 B
Python
22 lines
750 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 - Review",
|
|
"version": "16.0.2.0.0",
|
|
"author": "Savoir-faire Linux, Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/management-system",
|
|
"license": "AGPL-3",
|
|
"category": "Management System",
|
|
"depends": ["mgmtsystem_nonconformity"],
|
|
"data": [
|
|
"security/ir.model.access.csv",
|
|
"security/mgmtsystem_review_security.xml",
|
|
"data/ir_sequence.xml",
|
|
"views/mgmtsystem_review.xml",
|
|
"views/res_users.xml",
|
|
"report/review.xml",
|
|
"report/report.xml",
|
|
],
|
|
"installable": True,
|
|
}
|