Fix some styling on report prior to going live.

This commit is contained in:
Marc Durepos 2024-02-13 12:52:49 -05:00
parent 59eb7e2239
commit 8f99c504bd

View file

@ -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>