[FIX] invoice_sale_order_note: display note in sale_order document

This commit is contained in:
clementthomas
2024-09-26 13:34:12 +02:00
parent a66e6a2427
commit 612d51d632

View File

@@ -2,7 +2,7 @@
<odoo> <odoo>
<template id="report_saleorder_document" inherit_id="sale.report_saleorder_document"> <template id="report_saleorder_document" inherit_id="sale.report_saleorder_document">
<xpath expr="//tbody" position="before"> <xpath expr="//tbody" position="before">
<div t-field="o.report_note"></div> <div t-field="doc.report_note"></div>
</xpath> </xpath>
</template> </template>