# -*- coding: utf-8 -*- ############################################################################# # # Cybrosys Technologies Pvt. Ltd. # # Copyright (C) 2023-TODAY Cybrosys Technologies() # Author: Hridhya D () # # You can modify it under the terms of the GNU LESSER # GENERAL PUBLIC LICENSE (LGPL v3), Version 3. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details. # # You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE # (LGPL v3) along with this program. # If not, see . # ############################################################################# { 'name': 'Visa Management', 'version': '15.0.1.0.0', 'category': 'Human Resources', 'summary': 'This module helps to manage visa of the employees', 'description': """Employees can create visa application, approval of the visa is done by the manager We can also print the visa Management report""", 'author': 'Cybrosys Techno Solutions', 'company': 'Cybrosys Techno Solutions', 'maintainer': 'Cybrosys Techno Solutions', 'website': "http://www.cybrosys.com", 'depends': ['hr'], 'data': [ 'security/employee_visa_management_groups.xml', 'security/employee_visa_security.xml', 'security/ir.model.access.csv', 'data/ir_cron_data.xml', 'data/ir_sequence_data.xml', 'views/visa_approval_views.xml', 'views/visa_application_views.xml', 'views/hr_employee_views.xml', 'report/visa_approval_reports.xml', 'report/visa_approval_templates.xml', ], 'images': ['static/description/banner.png'], 'license': 'LGPL-3', 'installable': True, 'auto_install': False, 'application': True, }