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

[UPD]Change display payment method + Add company form in footer

parent 2a5f4a8e
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -453,12 +453,10 @@
class="font-weight-bold"
>Modalités de paiement : </h5>
<h6>Référence facture : <t t-esc="o.name" /></h6>
<ul t-foreach="o.acc_account_payment_ids" t-as="acc_account_payment_id">
<li>
<t t-foreach="o.acc_account_payment_ids" t-as="acc_account_payment_id">
<strong><span t-field="acc_account_payment_id.name_type"/></strong> -
<span t-field="acc_account_payment_id.description"/>
</li>
</ul>
<span t-field="acc_account_payment_id.description"/><br/>
</t>
</div>
</div>
<div class="row mt-2">
......
......@@ -18,6 +18,9 @@
<t t-if="o.producer_id.name"><span
t-field="o.producer_id.name"
/></t>
<t t-if="o.producer_id.company_form"> - <span
t-field="o.producer_id.company_form"
/></t>
<t t-if="o.producer_id.street"> - <span
t-field="o.producer_id.street"
/></t>
......
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