__openerp__.py 480 B

123456789101112131415161718
  1. # -*- encoding: utf-8 -*-
  2. {
  3. 'name': 'Eiru Car Service',
  4. 'version': '1.0',
  5. 'category': 'Product',
  6. 'summary': 'Car services for odoo',
  7. 'author': 'Eiru',
  8. 'license': 'AGPL-3',
  9. 'depends': ['product','eiru_base_for_services'],
  10. 'data': [
  11. 'views/car_services_view.xml',
  12. 'views/car_brand_view.xml',
  13. 'views/project.xml',
  14. 'views/res_partner_view.xml',
  15. # 'security/ir.model.access.csv'
  16. ],
  17. 'installable': True,
  18. }