Browse Source

[ADD] Add adress to report

12.0
Juliana 3 years ago
parent
commit
bd5be7e53f
  1. 10
      report/account_invoice_template.xml

10
report/account_invoice_template.xml

@ -4,9 +4,13 @@
<template id="report_invoice_document" inherit_id="account.report_invoice_document">
<p t-if="o.reference" position="before">
<p t-if="o.vracoop_point_retrait_id">
Point de retrait: <span t-field="o.vracoop_point_retrait_id"/><br/>
Jour de retrait: <span t-field="o.day_retrait"/><br/>
Heure de retrait: <span t-field="o.hour_retrait" t-options= '{"widget": "float_time"}'/>
<strong>Point de retrait:</strong> <span t-field="o.vracoop_point_retrait_id"/><br/>
<strong>Adresse: </strong><br/>
<span t-field="o.vracoop_point_retrait_id.street"/><br/>
<span t-field="o.vracoop_point_retrait_id.street"/><br/>
<span t-field="o.vracoop_point_retrait_id.zip"/> - <span t-field="o.vracoop_point_retrait_id.city"/><br/><br/>
<strong>Jour de retrait:</strong> <span t-field="o.day_retrait"/><br/>
<strong>Heure de retrait:</strong> <span t-field="o.hour_retrait" t-options= '{"widget": "float_time"}'/>
</p>
</p>
</template>

Loading…
Cancel
Save