diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2022-10-14 15:49:41 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2022-10-14 15:49:41 +0700 |
| commit | 589aacc782ce4a7d2cb89fca9ea2233294a21439 (patch) | |
| tree | 3a4e410c006576fd95d5b2b3278b4860a36a8953 /indoteknik_custom/views | |
| parent | 4426c0a7f19969b59ff35fa1e4f793b66c6c5d91 (diff) | |
Update purchase_order.py and purchase_order.xml
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"/> |
