Skip to content
Extraits de code Groupes Projets
Valider bd5be7e5 rédigé par Juliana's avatar Juliana
Parcourir les fichiers

[ADD] Add adress to report

parent 830b2de4
Branches
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -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>
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter