Fix some styling on report prior to going live.
This commit is contained in:
parent
59eb7e2239
commit
8f99c504bd
1 changed files with 3 additions and 3 deletions
|
|
@ -327,20 +327,20 @@
|
||||||
</t>
|
</t>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<hr/>
|
<hr t-if="doc.description"/>
|
||||||
<div t-if="doc.description" class="row" name="visit_description">
|
<div t-if="doc.description" class="row" name="visit_description">
|
||||||
<div class="col-12">
|
<div class="col-12">
|
||||||
<span t-out="doc.description" />
|
<span t-out="doc.description" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<hr/>
|
<hr t-if="doc.description"/>
|
||||||
</template>
|
</template>
|
||||||
<template id="workorder_equipment_summary">
|
<template id="workorder_equipment_summary">
|
||||||
<div t-if="doc.equipment_ids and len(doc.child_ids) > 1"
|
<div t-if="doc.equipment_ids and len(doc.child_ids) > 1"
|
||||||
style="page-break-inside: avoid;">
|
style="page-break-inside: avoid;">
|
||||||
<h3>Equipment Serviced</h3>
|
<h3>Equipment Serviced</h3>
|
||||||
<div class="table-responsive-sm">
|
<div class="table-responsive-sm">
|
||||||
<table class="table table-sm o_main_table">
|
<table class="table table-sm o_main_table overflow-hidden">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Tag</th>
|
<th>Tag</th>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue