diff options
| -rw-r--r-- | indoteknik_custom/report/purchase_order.xml | 16 | ||||
| -rwxr-xr-x | indoteknik_custom/views/purchase_order.xml | 1 |
2 files changed, 0 insertions, 17 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> diff --git a/indoteknik_custom/views/purchase_order.xml b/indoteknik_custom/views/purchase_order.xml index 6bc97bbf..11b42147 100755 --- a/indoteknik_custom/views/purchase_order.xml +++ b/indoteknik_custom/views/purchase_order.xml @@ -48,7 +48,6 @@ <field name="payment_term_id" readonly="1"/> </field> <field name="amount_total" position="after"> - <field name="grand_total"/> <field name="total_margin"/> <field name="total_so_margin"/> <field name="total_percent_margin"/> |
