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

[update] template invoice

parent 6a0e238e
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<div class="page" style="test-align: justify;"> <div class="page" style="test-align: justify;">
<div class="row"> <div class="row">
<div class="col-5 offset-7 mt16 mb32"> <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.name" style="text-transform: uppercase; font-weight: 600; font-size: 16px;"/><br/>
<span t-field="o.partner_id.street" /><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.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> <t t-if="o.partner_id.street3"><span t-field="o.partner_id.street3"/><br/></t>
...@@ -25,15 +25,15 @@ ...@@ -25,15 +25,15 @@
</h2> </h2>
<p style="font-size: 16px;"> <p style="font-size: 16px;">
<strong> <strong>
Appel de cotisations Union Régionale AURA <span t-esc="str(o.year)"/><br/> Appel de cotisation Union Régionale AURA <span t-esc="str(o.year)"/><br/>
<span t-field="o.number"/></strong> <span t-field="o.number"/></strong>
</p> </p>
<p style="color: #ff0000; font-style: italic;"> <p style="color: #ff0000; font-style: italic;">
<t t-if="o.is_sdd"> <t t-if="o.is_sdd">
Cet appel annuel de cotisation est à conserver comme pièce justificative comptable, il ne vous sera pas délivré d'avis de prélèvements trimestriels. Cet appel de cotisation annuelle est à conserver comme pièce justificative comptable, il ne vous sera pas délivré d'avis de prélèvements trimestriels.
</t> </t>
<t t-else=""> <t t-else="">
Cet appel annuel de cotisation est à conserver comme pièce justificative comptable, il ne vous sera pas adressé d'appels trimestriels. Cet appel de cotisation anuelle est à conserver comme pièce justificative comptable, il ne vous sera pas adressé d'appels trimestriels.
</t> </t>
</p> </p>
<p> <p>
...@@ -78,7 +78,7 @@ ...@@ -78,7 +78,7 @@
</p> </p>
<p t-else=""> <p t-else="">
Par chèque à l'ordre de l'UR SCOP à adresser à : <br/> Par chèque à l'ordre de l'UR SCOP à adresser à : <br/>
<span style="margin-right: 20px;"/>Union Régionale des SCOP AURA - 10 Avenue des Canuts 69120 VAULX-EN-VELIN<br/> Union Régionale des SCOP AURA - 10 Avenue des Canuts 69120 VAULX-EN-VELIN<br/>
ou par virement au Crédit Coopératif, IBAN : <span style="white-space: nowrap;">FR76 4255 9100 0008 0026 0791 214</span> - BIC CCOPFRPPXXX.<br/><br/> ou par virement au Crédit Coopératif, IBAN : <span style="white-space: nowrap;">FR76 4255 9100 0008 0026 0791 214</span> - BIC CCOPFRPPXXX.<br/><br/>
<span><i><u>Pour rappel</u></i></span>, si vous souhaitez opter pour le prélèvement de vos futures échéances, vous pouvez nous faire parvenir un RIB pour la mise en place du mandat SEPA par mail à <a href="mailto:auvergne.rhonealpes@scop.org">auvergne.rhonealpes@scop.org</a> ou nous contacter au 04 78 53 08 06. <span><i><u>Pour rappel</u></i></span>, si vous souhaitez opter pour le prélèvement de vos futures échéances, vous pouvez nous faire parvenir un RIB pour la mise en place du mandat SEPA par mail à <a href="mailto:auvergne.rhonealpes@scop.org">auvergne.rhonealpes@scop.org</a> ou nous contacter au 04 78 53 08 06.
</p> </p>
...@@ -102,8 +102,7 @@ ...@@ -102,8 +102,7 @@
<template id="report_cotisation_aura"> <template id="report_cotisation_aura">
<t t-call="web.html_container"> <t t-call="web.html_container">
<t t-foreach="docs" t-as="o"> <t t-foreach="docs" t-as="o">
<t t-set="lang" t-value="o.user_id.sudo().lang if o.type in ('in_invoice', 'in_refund') else o.partner_id.lang"/> <t t-call="cgscop_cotisation_aura.report_cotisation_aura_document" t-lang="fr"/>
<t t-call="cgscop_cotisation_aura.report_cotisation_aura_document" t-lang="lang"/>
</t> </t>
</t> </t>
</template> </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