[WIP] Clean Refactoring

This commit is contained in:
Darío Lodeiros
2020-10-12 19:34:04 +02:00
parent 0d1a90c7b3
commit 9ee2687dac
28 changed files with 32 additions and 5405 deletions

View File

@@ -90,7 +90,7 @@
<tbody class="sale_tbody">
<!-- Lines associated -->
<t t-foreach="doc.reservation_ids" t-as="l">
<t t-if="l.to_print == True and l.price_total > 0">
<t t-if="l.price_total > 0">
<tr>
<td>
<span t-field="l.name" />
@@ -132,7 +132,7 @@
</t>
</t>
<t t-foreach="doc.service_ids" t-as="l">
<t t-if="l.to_print == True and l.price_total > 0">
<t t-if="l.price_total > 0">
<tr>
<td>
<span t-field="l.name" />