diff options
Diffstat (limited to 'indoteknik_custom/report/purchase_order.xml')
| -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> |
