mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 06:52:01 +02:00
Initial commit: OCA Technical packages (595 packages)
This commit is contained in:
commit
2cc02aac6e
24950 changed files with 2318079 additions and 0 deletions
42
odoo-bringout-oca-hack-payroll/payroll/__manifest__.py
Normal file
42
odoo-bringout-oca-hack-payroll/payroll/__manifest__.py
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
|
||||
{
|
||||
"name": "Payroll OCA bosnian hack",
|
||||
"version": "16.0.11.0.0",
|
||||
"category": "Human Resources",
|
||||
"website": "https://github.com/OCA/payroll",
|
||||
"sequence": 28,
|
||||
"summary": "Manage your employee payroll records",
|
||||
"license": "LGPL-3",
|
||||
"author": "Odoo SA, Odoo Community Association (OCA) with bring.out bosnian hack",
|
||||
"depends": ["hr_contract", "hr_holidays", "mail"],
|
||||
"data": [
|
||||
"security/hr_payroll_security.xml",
|
||||
"security/ir.model.access.csv",
|
||||
"data/hr_payroll_sequence.xml",
|
||||
"data/hr_payroll_data.xml",
|
||||
"wizard/hr_payroll_contribution_register_report_views.xml",
|
||||
"wizard/hr_payroll_payslips_by_employees_views.xml",
|
||||
"views/menus.xml",
|
||||
"views/hr_contract_views.xml",
|
||||
"views/hr_payroll_structure_views.xml",
|
||||
"views/hr_salary_rule_category_views.xml",
|
||||
"views/hr_contribution_register_views.xml",
|
||||
"views/hr_salary_rule_views.xml",
|
||||
"views/hr_payslip_line_views.xml",
|
||||
"views/hr_payslip_views.xml",
|
||||
"views/hr_payslip_run_views.xml",
|
||||
"views/hr_employee_views.xml",
|
||||
"views/hr_rule_parameter_views.xml",
|
||||
"views/report_contributionregister.xml",
|
||||
"views/report_payslip.xml",
|
||||
"views/report_payslipdetails.xml",
|
||||
"report/report.xml",
|
||||
"views/res_config_settings_views.xml",
|
||||
"wizard/hr_payroll_send_email.xml",
|
||||
"wizard/hr_payslip_change_state_view.xml",
|
||||
],
|
||||
"demo": ["demo/hr_payroll_demo.xml"],
|
||||
"application": True,
|
||||
"maintainers": ["appstogrow", "nimarosa"],
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue