mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[IMP] contract Report correction, prevent unintended styling when using external_layout_boxed
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
<p t-field="o.code" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="row" id="invoice_info">
|
||||
<div id="invoice_info">
|
||||
<t t-set="total" t-value="0" />
|
||||
<div class="col-12">
|
||||
<p id="services_info">
|
||||
@@ -117,7 +117,7 @@
|
||||
</table>
|
||||
</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">
|
||||
<p id="modification_info_p">
|
||||
<strong>Modifications</strong>
|
||||
@@ -155,7 +155,7 @@
|
||||
<div id="total" class="row" name="total">
|
||||
<div class="col-4 ml-auto">
|
||||
<table class="table table-sm">
|
||||
<tr class="border-black o_subtotal" style="">
|
||||
<tr class="border-black o_subtotal o_total">
|
||||
<td>
|
||||
<strong>Total</strong>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user