diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2022-05-10 17:14:58 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2022-05-10 17:14:58 +0700 |
| commit | 1ca3b3df3421961caec3b747a364071c80f5c7da (patch) | |
| tree | 6778a1f0f3f9b4c6e26d6d87ccde16e24da6c9d6 /hr_payroll_community/__manifest__.py | |
| parent | b57188be371d36d96caac4b8d65a40745c0e972c (diff) | |
initial commit
Diffstat (limited to 'hr_payroll_community/__manifest__.py')
| -rw-r--r-- | hr_payroll_community/__manifest__.py | 37 |
1 files changed, 37 insertions, 0 deletions
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', +} |
