mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
@@ -23,7 +23,7 @@
|
|||||||
<p t-field="o.code" />
|
<p t-field="o.code" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row" id="invoice_info">
|
<div id="invoice_info">
|
||||||
<t t-set="total" t-value="0" />
|
<t t-set="total" t-value="0" />
|
||||||
<div class="col-12">
|
<div class="col-12">
|
||||||
<p id="services_info">
|
<p id="services_info">
|
||||||
@@ -117,7 +117,7 @@
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row" id="modification_info" t-if="o.modification_ids">
|
<div id="modification_info" t-if="o.modification_ids">
|
||||||
<div class="col-12">
|
<div class="col-12">
|
||||||
<p id="modification_info_p">
|
<p id="modification_info_p">
|
||||||
<strong>Modifications</strong>
|
<strong>Modifications</strong>
|
||||||
@@ -155,7 +155,7 @@
|
|||||||
<div id="total" class="row" name="total">
|
<div id="total" class="row" name="total">
|
||||||
<div class="col-4 ml-auto">
|
<div class="col-4 ml-auto">
|
||||||
<table class="table table-sm">
|
<table class="table table-sm">
|
||||||
<tr class="border-black o_subtotal" style="">
|
<tr class="border-black o_subtotal o_total">
|
||||||
<td>
|
<td>
|
||||||
<strong>Total</strong>
|
<strong>Total</strong>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user