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>
|
||||
</div>
|
||||
</div>
|
||||
<hr/>
|
||||
<hr t-if="doc.description"/>
|
||||
<div t-if="doc.description" class="row" name="visit_description">
|
||||
<div class="col-12">
|
||||
<span t-out="doc.description" />
|
||||
</div>
|
||||
</div>
|
||||
<hr/>
|
||||
<hr t-if="doc.description"/>
|
||||
</template>
|
||||
<template id="workorder_equipment_summary">
|
||||
<div t-if="doc.equipment_ids and len(doc.child_ids) > 1"
|
||||
style="page-break-inside: avoid;">
|
||||
<h3>Equipment Serviced</h3>
|
||||
<div class="table-responsive-sm">
|
||||
<table class="table table-sm o_main_table">
|
||||
<table class="table table-sm o_main_table overflow-hidden">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Tag</th>
|
||||
|
|
|
|||
Loading…
Reference in a new issue