Browse Source

Add street 2 on report invoice

12.0
Juliana 3 years ago
parent
commit
45db18299f
  1. 2
      report/account_invoice_template.xml

2
report/account_invoice_template.xml

@ -7,7 +7,7 @@
<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.street2"/><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"}'/>

Loading…
Cancel
Save