__openerp__.py 767 B

12345678910111213141516171819202122232425
  1. # -*- coding: utf-8 -*-
  2. {
  3. 'name': 'Eiru Base for Services',
  4. 'version': '1.0',
  5. 'summary': 'Base for services Operations',
  6. 'description': 'Vehicle workshop operations & Its reports',
  7. 'category': 'Industries',
  8. 'author': 'Cybrosys Techno Solutions - Eiru',
  9. 'company': 'Cybrosys Techno Solutions - Eiru',
  10. 'website': "http://www.eiru.com.py",
  11. 'depends': ['base',
  12. 'account_accountant'],
  13. 'data': [
  14. 'views/worksheet_views.xml',
  15. 'views/car_dashboard.xml',
  16. 'views/timesheet_view.xml',
  17. 'views/worksheet_stages.xml',
  18. 'views/vehicle.xml',
  19. 'views/workshop_data.xml',
  20. ],
  21. 'license': 'AGPL-3',
  22. 'installable': True,
  23. 'auto_install': False,
  24. 'application': True,
  25. }