Skip to content
Extraits de code Groupes Projets
Valider aaa63157 rédigé par Benjamin - Le Filament's avatar Benjamin - Le Filament
Parcourir les fichiers

[update] report address and SDD statement

parent 3019ad4d
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -7,12 +7,17 @@ ...@@ -7,12 +7,17 @@
<template id="report_cotisation_aura_document"> <template id="report_cotisation_aura_document">
<t t-call="web.external_layout"> <t t-call="web.external_layout">
<t t-set="o" t-value="o.with_context(lang=lang)" /> <t t-set="o" t-value="o.with_context(lang=lang)" />
<t t-set="address">
<address t-field="o.partner_id" t-options='{"widget": "contact", "fields": ["address", "name"], "no_marker": True}' />
<div t-if="o.partner_id.vat" class="mt16"><t t-esc="o.company_id.country_id.vat_label or 'Tax ID'"/>: <span t-field="o.partner_id.vat"/></div>
<div class="mt32">À <span t-field="o.company_id.city"/>, le <span t-field="o.date"/></div>
</t>
<div class="page" style="test-align: justify;"> <div class="page" style="test-align: justify;">
<div class="row">
<div class="col-5 offset-7 mt16 mb32">
<span t-field="o.partner_id.name" style="text-transform: uppercase; font-weight: 600;"/><br/>
<span t-field="o.partner_id.street" /><br/>
<t t-if="o.partner_id.street2"><span t-field="o.partner_id.street2"/><br/></t>
<t t-if="o.partner_id.street3"><span t-field="o.partner_id.street3"/><br/></t>
<span t-field="o.partner_id.zip" /> <span t-field="o.partner_id.city" style="text-transform: uppercase;"/>
<t t-if="o.partner_id.cedex"> <span t-field="o.partner_id.cedex"/></t>
</div>
</div>
<div id="informations" class=" mt32 mb32" style="font-size: 14px; text-alig: justify"> <div id="informations" class=" mt32 mb32" style="font-size: 14px; text-alig: justify">
<div class="col-12"> <div class="col-12">
<h2 t-if="o.state == 'draft'"> <h2 t-if="o.state == 'draft'">
...@@ -61,7 +66,7 @@ ...@@ -61,7 +66,7 @@
</tr> </tr>
</table> </table>
</p> </p>
<p> <p t-if="o.is_sdd">
Vous n’avez aucune démarche à accomplir auprès de votre banque. Vous n’avez aucune démarche à accomplir auprès de votre banque.
</p> </p>
<p t-if="o.is_sdd"> <p t-if="o.is_sdd">
......
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