[FIX] //div[@name='origin']/p cannot be located in the parent view account.report_invoice_document

This commit is contained in:
Chafique
2021-01-19 18:53:27 +01:00
parent 67d31f9658
commit 0f6acea23d

View File

@@ -2,7 +2,7 @@
<odoo>
<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"/>
</xpath>
</template>