From 1ca3b3df3421961caec3b747a364071c80f5c7da Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 10 May 2022 17:14:58 +0700 Subject: initial commit --- hr_payroll_community/__manifest__.py | 37 ++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 hr_payroll_community/__manifest__.py (limited to 'hr_payroll_community/__manifest__.py') diff --git a/hr_payroll_community/__manifest__.py b/hr_payroll_community/__manifest__.py new file mode 100644 index 0000000..556e9a2 --- /dev/null +++ b/hr_payroll_community/__manifest__.py @@ -0,0 +1,37 @@ +# -*- coding: utf-8 -*- + +{ + 'name': 'Odoo14 Payroll', + 'category': 'Generic Modules/Human Resources', + 'version': '14.0.1.0.0', + 'author': 'Odoo SA,Cybrosys Techno Solutions', + 'company': 'Cybrosys Techno Solutions', + 'maintainer': 'Cybrosys Techno Solutions', + 'website': 'https://www.cybrosys.com', + 'summary': 'Manage your employee payroll records', + 'images': ['static/description/banner.gif'], + 'description': "Odoo 14 Payroll, Payroll, Odoo 14,Odoo Payroll, Odoo Community Payroll", + 'depends': [ + 'hr_contract', + 'hr_holidays', + 'hr_contract_types', + ], + 'data': [ + 'security/hr_payroll_security.xml', + 'security/ir.model.access.csv', + 'wizard/hr_payroll_payslips_by_employees_views.xml', + 'views/hr_contract_views.xml', + 'views/hr_salary_rule_views.xml', + 'views/hr_payslip_views.xml', + 'views/hr_employee_views.xml', + 'data/hr_payroll_sequence.xml', + 'views/hr_payroll_report.xml', + 'data/hr_payroll_data.xml', + 'wizard/hr_payroll_contribution_register_report_views.xml', + 'views/res_config_settings_views.xml', + 'views/report_contributionregister_templates.xml', + 'views/report_payslip_templates.xml', + 'views/report_payslipdetails_templates.xml', + ], + 'license': 'AGPL-3', +} -- cgit v1.2.3