diff options
Diffstat (limited to 'indoteknik_custom/views')
| -rwxr-xr-x | indoteknik_custom/views/purchase_order.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indoteknik_custom/views/purchase_order.xml b/indoteknik_custom/views/purchase_order.xml index 41e97cd9..31524d65 100755 --- a/indoteknik_custom/views/purchase_order.xml +++ b/indoteknik_custom/views/purchase_order.xml @@ -24,6 +24,10 @@ <field name="sale_order_id" attrs="{'readonly': [('state', 'not in', ['draft'])]}"/> <field name="approval_status"/> </field> + <field name="currency_id" position="after"> + <field name="summary_qty_po"/> + <field name="count_line_product"/> + </field> <field name="amount_total" position="after"> <field name="total_margin"/> <field name="total_so_margin"/> |
