mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 07:12:01 +02:00
20 lines
713 B
Python
20 lines
713 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": "Quality Management System",
|
|
"summary": "Manage your quality management system",
|
|
"version": "16.0.1.0.1",
|
|
"author": "Savoir-faire Linux, Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/management-system",
|
|
"license": "AGPL-3",
|
|
"category": "Management System",
|
|
"depends": [
|
|
"mgmtsystem_manual",
|
|
"mgmtsystem_audit",
|
|
"document_page_quality_manual",
|
|
"mgmtsystem_review",
|
|
],
|
|
"data": ["data/mgmtsystem_system.xml"],
|
|
"installable": True,
|
|
"maintainers": ["max3903"],
|
|
}
|