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
Branches
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -21,15 +21,15 @@
<xpath expr="//div[hasclass('page')]/h2" position="after">
<h2 t-if="is_adh">
<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>
<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>
<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>
<span t-field="o.number" />
<span t-field="o.name" />
</h2>
</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