bemade_fsm: small style change to work order pdf

This commit is contained in:
Marc Durepos 2024-02-13 13:15:31 -05:00
parent 8f99c504bd
commit 45348a2b23
2 changed files with 4 additions and 4 deletions

View file

@ -20,7 +20,7 @@
######################################################################################## ########################################################################################
{ {
'name': 'Improved Field Service Management', 'name': 'Improved Field Service Management',
'version': '15.0.1.0.11', 'version': '15.0.1.0.12',
'summary': 'Adds functionality necessary for managing field service operations at Durpro.', 'summary': 'Adds functionality necessary for managing field service operations at Durpro.',
'description': 'Adds functionality necessary for managing field service operations at Durpro.', 'description': 'Adds functionality necessary for managing field service operations at Durpro.',
'category': 'Services/Field Service', 'category': 'Services/Field Service',

View file

@ -327,13 +327,13 @@
</t> </t>
</div> </div>
</div> </div>
<hr t-if="doc.description"/> <hr/>
<div t-if="doc.description" class="row" name="visit_description"> <div t-if="not is_html_empty(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 t-if="doc.description"/> <hr t-if="not is_html_empty(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"