Skip to content

Commit

Permalink
[IMP] contract Report correction, prevent unintended styling when usi…
Browse files Browse the repository at this point in the history
…ng external_layout_boxed
  • Loading branch information
arielbarreiros96 committed Jan 10, 2025
1 parent 6c8e1ed commit 51f7b87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contract/report/report_contract.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit 51f7b87

Please sign in to comment.