12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- {
- "name": "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",
- 'images': ['images/mgmtsystem.png', 'images/mgmtsystem-hover.png'],
- "depends": [
- 'base',
- 'board',
- 'document_page',
- ],
- "data": [
- 'security/mgmtsystem_security.xml',
- 'security/ir.model.access.csv',
- 'views/menus.xml',
- 'views/mgmtsystem_system.xml',
- 'views/res_config.xml'
- ],
- "demo": [],
- 'installable': True,
- }
|