[IMP] web: allow fields in list view to use the attrs readonly to dynamically show...
[odoo/odoo.git] / addons / hr_payroll / hr_payroll_report.xml
1 <?xml version="1.0"?>
2 <openerp>
3     <data>
4
5         <report
6             auto="False"
7             id="payslip_report"
8             model="hr.payslip"
9             name="payslip"
10             rml="hr_payroll/report/report_payslip.rml"
11             string="Employee PaySlip" />
12
13         <report
14             auto="False"
15             id="payslip_details_report"
16             model="hr.payslip"
17             name="paylip.details"
18             rml="hr_payroll/report/report_payslip_details.rml"
19             string="PaySlip Details" />
20
21         <report
22             auto="False"
23             menu="False"
24             id="contribution_register"
25             model="hr.contribution.register"
26             name="contribution.register.lines"
27             rml="hr_payroll/report/report_contribution_register.rml"
28             string="PaySlip Lines By Conribution Register" />
29
30     </data>
31 </openerp>