You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
1.1 KiB
31 lines
1.1 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<report
|
|
id="action_contribution_register"
|
|
model="hr.contribution.register"
|
|
string="PaySlip Lines By Conribution Register"
|
|
report_type="qweb-pdf"
|
|
name="hr_payroll_community.report_contributionregister"
|
|
file="hr_payroll_community.report_contributionregister"
|
|
menu="False"
|
|
/>
|
|
<report
|
|
id="action_report_payslip"
|
|
model="hr.payslip"
|
|
string="Payslip"
|
|
report_type="qweb-pdf"
|
|
name="hr_payroll_community.report_payslip"
|
|
file="hr_payroll_community.report_payslip"
|
|
print_report_name="'Payslip - %s' % (object.employee_id.name)"
|
|
/>
|
|
|
|
<report
|
|
id="payslip_details_report"
|
|
model="hr.payslip"
|
|
string="PaySlip Details"
|
|
report_type="qweb-pdf"
|
|
name="hr_payroll_community.report_payslipdetails"
|
|
file="hr_payroll_community.report_payslipdetails"
|
|
print_report_name="'Payslip Details - %s' % (object.employee_id.name)"
|
|
/>
|
|
</odoo>
|
|
|