1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "name": "Quality Management System",
- "version": "9.0.1.0.0",
- "author": "Savoir-faire Linux, Odoo Community Association (OCA)",
- "website": "http://www.savoirfairelinux.com",
- "license": "AGPL-3",
- "category": "Management System",
- "depends": [
- 'mgmtsystem_audit',
- 'document_page_quality_manual',
- 'mgmtsystem_review',
- ],
- "data": [
- 'data/mgmtsystem_system.xml',
- ],
- 'installable': True,
- "application": True,
- }
|