bemade_fsm: fix work order translations
This commit is contained in:
parent
b5df3a9735
commit
6af14a2f60
2 changed files with 5 additions and 6 deletions
|
|
@ -20,7 +20,7 @@
|
||||||
########################################################################################
|
########################################################################################
|
||||||
{
|
{
|
||||||
"name": "Improved Field Service Management",
|
"name": "Improved Field Service Management",
|
||||||
"version": "17.0.0.4.1",
|
"version": "17.0.0.4.2",
|
||||||
"summary": (
|
"summary": (
|
||||||
"Adds functionality necessary for managing field service operations at Durpro."
|
"Adds functionality necessary for managing field service operations at Durpro."
|
||||||
),
|
),
|
||||||
|
|
|
||||||
|
|
@ -577,12 +577,11 @@
|
||||||
inherit_id="industry_fsm_report.worksheet_custom"
|
inherit_id="industry_fsm_report.worksheet_custom"
|
||||||
priority="100"
|
priority="100"
|
||||||
>
|
>
|
||||||
<xpath
|
<xpath expr="//t[@t-call='web.external_layout']" position="replace">
|
||||||
expr="//t[@t-call='industry_fsm_report.worksheet_custom_page']"
|
|
||||||
position="replace"
|
|
||||||
>
|
|
||||||
<t t-set="lang" t-value="(doc.work_order_contacts and doc.work_order_contacts[0].lang) or (doc.partner_id and doc.partner_id.lang) or (doc.user_id and doc.user_id.lang) or user.lang"/>
|
<t t-set="lang" t-value="(doc.work_order_contacts and doc.work_order_contacts[0].lang) or (doc.partner_id and doc.partner_id.lang) or (doc.user_id and doc.user_id.lang) or user.lang"/>
|
||||||
<t t-call="bemade_fsm.work_order_page" t-lang="lang"/>
|
<t t-call="web.external_layout" t-lang="lang">
|
||||||
|
<t t-call="bemade_fsm.work_order_page" t-lang="lang"/>
|
||||||
|
</t>
|
||||||
</xpath>
|
</xpath>
|
||||||
</template>
|
</template>
|
||||||
</odoo>
|
</odoo>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue