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

[fix] error report

parent bd994d53
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -21,15 +21,15 @@ ...@@ -21,15 +21,15 @@
<xpath expr="//div[hasclass('page')]/h2" position="after"> <xpath expr="//div[hasclass('page')]/h2" position="after">
<h2 t-if="is_adh"> <h2 t-if="is_adh">
<span <span
t-if="o.type == 'out_invoice' and o.state in ('open', 'in_payment', 'paid')" t-if="o.move_type == 'out_invoice' and o.state in ('open', 'in_payment', 'paid')"
>Droits d'adhésion</span> >Droits d'adhésion</span>
<span <span
t-if="o.type == 'out_invoice' and o.state == 'draft'" t-if="o.move_type == 'out_invoice' and o.state == 'draft'"
>Brouillon adhésion</span> >Brouillon adhésion</span>
<span <span
t-if="o.type == 'out_invoice' and o.state == 'cancel'" t-if="o.move_type == 'out_invoice' and o.state == 'cancel'"
>Annulation adhésion</span> >Annulation adhésion</span>
<span t-field="o.number" /> <span t-field="o.name" />
</h2> </h2>
</xpath> </xpath>
......
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