mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-24 15:12:03 +02:00
20 lines
684 B
Python
20 lines
684 B
Python
# © 2010 Savoir-faire Linux (<http://www.savoirfairelinux.com>)
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
{
|
|
"name": "Health and Safety 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_health_safety_manual",
|
|
"mgmtsystem_review",
|
|
"mgmtsystem_hazard_risk",
|
|
],
|
|
"data": ["data/health_safety.xml"],
|
|
"installable": True,
|
|
"application": False,
|
|
}
|