[FIX] //div[@name='origin']/p cannot be located in the parent view account.report_invoice_document
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
<odoo>
|
<odoo>
|
||||||
|
|
||||||
<template id="report_invoice_document" inherit_id="account.report_invoice_document">
|
<template id="report_invoice_document" inherit_id="account.report_invoice_document">
|
||||||
<xpath expr="//div[@name='origin']/p" position="replace">
|
<xpath expr="//p[@t-field='o.origin']" position="replace">
|
||||||
<p class="m-0" t-field="o.sale_dates"/>
|
<p class="m-0" t-field="o.sale_dates"/>
|
||||||
</xpath>
|
</xpath>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user