__openerp__.py 976 B

123456789101112131415161718192021222324252627282930
  1. # -*- coding: utf-8 -*-
  2. {
  3. 'name': 'Eiru Base for Services',
  4. 'version': '8.0.1.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/report.xml',
  20. 'views/config_setting.xml',
  21. 'views/workshop_data.xml',
  22. # 'security/workshop_security.xml',
  23. # 'security/ir.model.access.csv',
  24. ],
  25. # 'images': ['static/description/banner.jpg'],
  26. 'license': 'AGPL-3',
  27. 'installable': True,
  28. 'auto_install': False,
  29. 'application': True,
  30. }