Merge pull request #2441 from expsa/manar_dev_hr_17_2
UPDATE exp_payroll_custom
This commit is contained in:
commit
8eb343cd37
|
|
@ -56,7 +56,7 @@
|
|||
<strong>Identification No</strong>
|
||||
</td>
|
||||
<td>
|
||||
<span t-field="o.employee_id.identity_number"/>
|
||||
<span t-field="o.employee_id.identification_id"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
|
|||
|
|
@ -3,6 +3,9 @@
|
|||
|
||||
<template id="report_payslip_inherit" inherit_id="exp_hr_payroll.report_payslip">
|
||||
|
||||
<xpath expr="//span[@t-field='o.employee_id.identification_id']" position="replace">
|
||||
<span t-field="o.employee_id.identity_number"/>
|
||||
</xpath>
|
||||
<xpath expr="//div/table[2]/tbody" position="inside">
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
|
|
|
|||
Loading…
Reference in New Issue