Skip to content
Extraits de code Groupes Projets
Valider 82a0e55e rédigé par jordan's avatar jordan
Parcourir les fichiers

[fix] update report to remove error

parent 3d751338
Branches
Aucune étiquette associée trouvée
2 requêtes de fusion!212.0 dev,!112.0 refactor cotiz
...@@ -46,15 +46,15 @@ ...@@ -46,15 +46,15 @@
<div></div> <div></div>
<h5 class="mt8" style="font-weight: 600;">Cotisations annuelles</h5> <h5 class="mt8" style="font-weight: 600;">Cotisations annuelles</h5>
<p style="font-style: italic; font-size: 13px;"> <p style="font-style: italic; font-size: 13px;">
<t t-if="o.year_liasse_retenue">Calcul basé sur la liasse fiscale <t t-if="o.year_liasse">Calcul basé sur la liasse fiscale
<t t-if="o.is_liasse_previ"> <t t-if="o.is_liasse_previ">
<span>Prévisionnelle</span><br/> <span>Prévisionnelle</span><br/>
</t> </t>
<t t-else=""> <t t-else="">
<span t-esc="str(o.year_liasse_retenue)" /><br/> <span t-esc="str(o.year_liasse)" /><br/>
</t> </t>
</t> </t>
Assiette base <span t-field="o.type_assiette_retenu" /> : <span t-field="o.montant_assiette" t-options="{'widget': 'monetary', 'display_currency': o.company_id.currency_id}" />. Assiette base <span t-field="o.type_assiette" /> : <span t-field="o.montant_assiette" t-options="{'widget': 'monetary', 'display_currency': o.company_id.currency_id}" />.
</p> </p>
<p> <p>
<t t-set="amount_line" t-value="o.get_contribution_type()" /> <t t-set="amount_line" t-value="o.get_contribution_type()" />
......
...@@ -37,15 +37,15 @@ ...@@ -37,15 +37,15 @@
<div></div> <div></div>
<h5 class="mt8" style="font-weight: 600;">Cotisations annuelles</h5> <h5 class="mt8" style="font-weight: 600;">Cotisations annuelles</h5>
<p style="font-style: italic; font-size: 13px;"> <p style="font-style: italic; font-size: 13px;">
<t t-if="o.year_liasse_retenue">Calcul basé sur la liasse fiscale <t t-if="o.year_liasse">Calcul basé sur la liasse fiscale
<t t-if="o.is_liasse_previ"> <t t-if="o.is_liasse_previ">
<span>Prévisionnelle</span><br/> <span>Prévisionnelle</span><br/>
</t> </t>
<t t-else=""> <t t-else="">
<span t-esc="str(o.year_liasse_retenue)" /><br/> <span t-esc="str(o.year_liasse)" /><br/>
</t> </t>
</t> </t>
Assiette base <span t-field="o.type_assiette_retenu" /> : <span t-field="o.montant_assiette" t-options="{'widget': 'monetary', 'display_currency': o.company_id.currency_id}" />. Assiette base <span t-field="o.type_assiette" /> : <span t-field="o.montant_assiette" t-options="{'widget': 'monetary', 'display_currency': o.company_id.currency_id}" />.
</p> </p>
<p> <p>
<t t-set="amount_line" t-value="o.get_contribution_type()" /> <t t-set="amount_line" t-value="o.get_contribution_type()" />
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Générer un avoir"> <form string="Générer un avoir">
<sheet> <sheet>
<group string="Nouveaux calculs"> <group>
<field name="date_refund"/> <field name="date_refund"/>
<separator/> <separator/>
<field name="amount_refund"/> <field name="amount_refund"/>
......
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