summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2024-09-12 14:00:12 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2024-09-12 14:00:12 +0700
commit9d28e451949bef17c40b1a188d4d744c17715925 (patch)
treec123289e787d10e6423f3f624bc6adb5683ef4a4
parentfdd67910ef7d4dd66803d09a7c49b1c3faabdd18 (diff)
cr po
-rw-r--r--indoteknik_custom/report/purchase_order.xml16
-rwxr-xr-xindoteknik_custom/views/purchase_order.xml1
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"/>