mirror of
https://gitlab.com/flectra-community/l10n-switzerland-flectra.git
synced 2024-11-16 19:12:04 +00:00
[IMP] payslip report template
This commit is contained in:
parent
d7e84da29d
commit
9bc333cf4d
@ -8,8 +8,8 @@
|
||||
|
||||
<h2 position="before">
|
||||
<div class="oe_structure row">
|
||||
<div class="col-xs-8"/>
|
||||
<div class="col-xs-4">
|
||||
<div class="col-8"/>
|
||||
<div class="col-4">
|
||||
<div t-field="o.employee_id.address_home_id"
|
||||
t-options='{"widget": "contact", "fields": ["address", "name", "phone", "fax"], "no_marker": True, "phone_icons": True}'/>
|
||||
</div>
|
||||
@ -79,8 +79,8 @@
|
||||
<td class="text-right"
|
||||
style="padding-top: 20px; padding-bottom: 20px; border: 0px;">
|
||||
<b>
|
||||
<span t-esc="line.total"
|
||||
t-esc-options='{"widget": "monetary", "display_currency": o.company_id.currency_id}'/>
|
||||
<span t-field="line.total"
|
||||
t-field-options='{"widget": "monetary", "display_currency": o.company_id.currency_id}'/>
|
||||
</b>
|
||||
</td>
|
||||
</tr>
|
||||
@ -107,8 +107,8 @@
|
||||
</td>
|
||||
<td style="border: 0px;"
|
||||
class="text-right">
|
||||
<span t-esc="line.total"
|
||||
t-esc-options='{"widget": "monetary", "display_currency": o.company_id.currency_id}'/>
|
||||
<span t-field="line.total"
|
||||
t-field-options='{"widget": "monetary", "display_currency": o.company_id.currency_id}'/>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
Loading…
Reference in New Issue
Block a user