123456789101112131415161718 |
- # -*- encoding: utf-8 -*-
- {
- 'name': 'Eiru Car Service',
- 'version': '1.0',
- 'category': 'Product',
- 'summary': 'Car services for odoo',
- 'author': 'Eiru',
- 'license': 'AGPL-3',
- 'depends': ['product','eiru_base_for_services'],
- 'data': [
- 'views/car_services_view.xml',
- 'views/car_brand_view.xml',
- 'views/project.xml',
- 'views/res_partner_view.xml',
- # 'security/ir.model.access.csv'
- ],
- 'installable': True,
- }
|