[FIX] invoice_sale_order_note: display note in sale_order document
This commit is contained in:
@@ -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>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user