summaryrefslogtreecommitdiff
path: root/indoteknik_custom/report
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2024-09-24 09:03:52 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2024-09-24 09:03:52 +0700
commitcc4be72fc2f0d98f8bc2190ea5c404536bb3c56d (patch)
treea00f22741ba1ec63b59659834a9c6177b20db343 /indoteknik_custom/report
parent1f9d0136758531831ea6c7a90556c9a472ed8d40 (diff)
parent649f3037e4357dab42d1a8d799e5f2a2f1fd2e52 (diff)
Merge branch 'production' into unreserved_permission
# Conflicts: # indoteknik_custom/models/sale_order.py
Diffstat (limited to 'indoteknik_custom/report')
-rw-r--r--indoteknik_custom/report/purchase_order.xml16
1 files changed, 0 insertions, 16 deletions
diff --git a/indoteknik_custom/report/purchase_order.xml b/indoteknik_custom/report/purchase_order.xml
index 98af3188..0f392630 100644
--- a/indoteknik_custom/report/purchase_order.xml
+++ b/indoteknik_custom/report/purchase_order.xml
@@ -11,21 +11,5 @@
<p t-field="o.date_planned" class="m-0"/>
</div>
</xpath>
- <xpath expr="//tr[@class='border-black o_total']" position="after">
- <tr t-if="o.delivery_amt">
- <td name="td_subtotal_label"><strong>Delivery Amt</strong></td>
- <td class="text-right">
- <span t-field="o.delivery_amt"
- t-options='{"widget": "monetary", "display_currency": o.currency_id}'/>
- </td>
- </tr>
- <tr class="border-black" t-if="o.delivery_amt">
- <td name="td_subtotal_label"><strong>Grand Total</strong></td>
- <td class="text-right">
- <span t-field="o.grand_total"
- t-options='{"widget": "monetary", "display_currency": o.currency_id}'/>
- </td>
- </tr>
- </xpath>
</template>
</odoo>