Skip to content
Snippets Groups Projects
Commit 45db1829 authored by Juliana's avatar Juliana
Browse files

Add street 2 on report invoice

parent bd5be7e5
No related branches found
No related tags found
No related merge requests found
......@@ -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"}'/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment