Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
19
sale_order_line_date/reports/sale_order_report.xml
Executable file
19
sale_order_line_date/reports/sale_order_report.xml
Executable file
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<odoo>
|
||||
<template
|
||||
id="report_saleorder_document"
|
||||
inherit_id="sale.report_saleorder_document"
|
||||
>
|
||||
<xpath expr="//table/thead//tr[1]//th[1]" position="after">
|
||||
<th name="th_commitment_date" class="text-start">Commitment Date</th>
|
||||
</xpath>
|
||||
<xpath
|
||||
expr="//table/tbody[hasclass('sale_tbody')]//tr[1]//td[1]"
|
||||
position="after"
|
||||
>
|
||||
<td name="td_commitment_date" class="text-start">
|
||||
<span t-field="line.commitment_date" t-options="{'widget': 'date'}" />
|
||||
</td>
|
||||
</xpath>
|
||||
</template>
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user