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

[UPD]Change style text PDF 2

parent 7e741e48
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -357,7 +357,7 @@ ...@@ -357,7 +357,7 @@
<td><strong><h5 <td><strong><h5
>Electricité autoconsommée</h5></strong></td> >Electricité autoconsommée</h5></strong></td>
<td class="text-right"> <td class="text-right">
<h4 t-field="o.power_cons"><strong><span> kWh</span></strong></h4> <h4><strong><span t-field="o.power_cons"/> kWh</strong></h4>
</td> </td>
</tr> </tr>
<tr> <tr>
...@@ -567,6 +567,7 @@ ...@@ -567,6 +567,7 @@
</tr> </tr>
</t> </t>
<tr class="border-black o_total"> <tr class="border-black o_total">
<strong>
<t t-if="o.is_tva"> <t t-if="o.is_tva">
<td colspan="5">MONTANT TOTAL</td> <td colspan="5">MONTANT TOTAL</td>
</t> </t>
...@@ -579,6 +580,7 @@ ...@@ -579,6 +580,7 @@
t-options='{"widget": "monetary", "display_currency": o.currency_id}' t-options='{"widget": "monetary", "display_currency": o.currency_id}'
/> />
</td> </td>
</strong>
</tr> </tr>
</tbody> </tbody>
</table> </table>
...@@ -769,6 +771,7 @@ ...@@ -769,6 +771,7 @@
</tr> </tr>
</t> </t>
<tr class="border-black o_total"> <tr class="border-black o_total">
<strong>
<t t-if="o.is_tva"> <t t-if="o.is_tva">
<td colspan="5">MONTANT TOTAL</td> <td colspan="5">MONTANT TOTAL</td>
</t> </t>
...@@ -781,6 +784,7 @@ ...@@ -781,6 +784,7 @@
t-options='{"widget": "monetary", "display_currency": o.currency_id}' t-options='{"widget": "monetary", "display_currency": o.currency_id}'
/> />
</td> </td>
</strong>
</tr> </tr>
</tbody> </tbody>
</table> </table>
......
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