diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2024-09-12 14:00:12 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2024-09-12 14:00:12 +0700 |
| commit | 9d28e451949bef17c40b1a188d4d744c17715925 (patch) | |
| tree | c123289e787d10e6423f3f624bc6adb5683ef4a4 /indoteknik_custom/report | |
| parent | fdd67910ef7d4dd66803d09a7c49b1c3faabdd18 (diff) | |
cr po
Diffstat (limited to 'indoteknik_custom/report')
| -rw-r--r-- | indoteknik_custom/report/purchase_order.xml | 16 |
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> |
