mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[WIP] Clean Refactoring
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user