# -*- coding: utf-8 -*- { 'name': 'Eiru Base for Services', 'version': '1.0', 'summary': 'Base for services Operations', 'description': 'Vehicle workshop operations & Its reports', 'category': 'Industries', 'author': 'Cybrosys Techno Solutions - Eiru', 'company': 'Cybrosys Techno Solutions - Eiru', 'website': "http://www.eiru.com.py", 'depends': ['base', 'account_accountant'], 'data': [ 'views/project_service.xml', 'views/project_service_task.xml', 'views/project_service_activity.xml', 'views/project_service_material.xml', 'views/project_service_stage.xml', 'views/product_service.xml', 'views/product_service_brand.xml', 'views/template.xml', 'security/ir.model.access.csv', ], 'license': 'AGPL-3', 'installable': True, 'auto_install': False, 'application': True, }