bemade_fsm: small style change to work order pdf
This commit is contained in:
parent
8f99c504bd
commit
45348a2b23
2 changed files with 4 additions and 4 deletions
|
|
@ -20,7 +20,7 @@
|
|||
########################################################################################
|
||||
{
|
||||
'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.',
|
||||
'description': 'Adds functionality necessary for managing field service operations at Durpro.',
|
||||
'category': 'Services/Field Service',
|
||||
|
|
|
|||
|
|
@ -327,13 +327,13 @@
|
|||
</t>
|
||||
</div>
|
||||
</div>
|
||||
<hr t-if="doc.description"/>
|
||||
<div t-if="doc.description" class="row" name="visit_description">
|
||||
<hr/>
|
||||
<div t-if="not is_html_empty(doc.description)" class="row" name="visit_description">
|
||||
<div class="col-12">
|
||||
<span t-out="doc.description" />
|
||||
</div>
|
||||
</div>
|
||||
<hr t-if="doc.description"/>
|
||||
<hr t-if="not is_html_empty(doc.description)"/>
|
||||
</template>
|
||||
<template id="workorder_equipment_summary">
|
||||
<div t-if="doc.equipment_ids and len(doc.child_ids) > 1"
|
||||
|
|
|
|||
Loading…
Reference in a new issue