Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
14
sale_stock_picking_note/views/report_deliveryslip.xml
Executable file
14
sale_stock_picking_note/views/report_deliveryslip.xml
Executable file
@@ -0,0 +1,14 @@
|
||||
<odoo>
|
||||
<template
|
||||
id="report_delivery_document_customer_note"
|
||||
inherit_id="stock.report_delivery_document"
|
||||
>
|
||||
<xpath expr="//table[@name='stock_move_line_table']" position="after">
|
||||
<p t-if="o.customer_note">
|
||||
<strong>Customer Comments:</strong>
|
||||
<br />
|
||||
<span t-field="o.customer_note" />
|
||||
</p>
|
||||
</xpath>
|
||||
</template>
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user