123456789101112131415161718192021222324252627282930 |
- # -*- coding: utf-8 -*-
- {
- 'name': 'Eiru Base for Services',
- 'version': '8.0.1.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/report.xml',
- 'views/config_setting.xml',
- 'views/workshop_data.xml',
- # 'security/workshop_security.xml',
- # 'security/ir.model.access.csv',
- ],
- # 'images': ['static/description/banner.jpg'],
- 'license': 'AGPL-3',
- 'installable': True,
- 'auto_install': False,
- 'application': True,
- }
|