__openerp__.py 403 B

12345678910111213141516
  1. # -*- encoding: utf-8 -*-
  2. {
  3. 'name': 'Eiru Service Car WorkShop',
  4. 'version': '1.0',
  5. 'category': 'Product',
  6. 'summary': 'Car services for odoo',
  7. 'author': 'Eiru',
  8. 'license': 'AGPL-3',
  9. 'depends': ['product','eiru_service'],
  10. 'data': [
  11. 'views/product_service.xml',
  12. 'views/project_service.xml',
  13. 'views/res_partner.xml',
  14. ],
  15. 'installable': True,
  16. }