12345678910111213141516171819202122232425 |
- # -*- coding: utf-8 -*-
- {
- 'name': 'Eiru Base for Services',
- 'version': '1.0',
- 'summary': 'Base for services Operations',
- 'description': 'Vehicle workshop operations & Its reports',
- 'category': 'Industries',
- 'author': 'Cybrosys Techno Solutions - Eiru',
- 'company': 'Cybrosys Techno Solutions - Eiru',
- 'website': "http://www.eiru.com.py",
- 'depends': ['base',
- 'account_accountant'],
- 'data': [
- 'views/worksheet_views.xml',
- 'views/car_dashboard.xml',
- 'views/timesheet_view.xml',
- 'views/worksheet_stages.xml',
- 'views/vehicle.xml',
- 'views/workshop_data.xml',
- ],
- 'license': 'AGPL-3',
- 'installable': True,
- 'auto_install': False,
- 'application': True,
- }
|