diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2023-07-17 13:35:08 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2023-07-17 13:35:08 +0700 |
| commit | bb8d8fe7824dc929634bf00f2dcc7d51630257d3 (patch) | |
| tree | 3d9d3abdee07822270820ecda0e631f41eafcd4a /indoteknik_custom/views/purchase_order.xml | |
| parent | 855f63e1c39ba1ff4d84360845949bc260462c83 (diff) | |
add new field to receipt bill
Diffstat (limited to 'indoteknik_custom/views/purchase_order.xml')
| -rwxr-xr-x | indoteknik_custom/views/purchase_order.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/views/purchase_order.xml b/indoteknik_custom/views/purchase_order.xml index 4efa8cf4..2f8590f3 100755 --- a/indoteknik_custom/views/purchase_order.xml +++ b/indoteknik_custom/views/purchase_order.xml @@ -32,6 +32,7 @@ <field name="date_order" position="before"> <field name="sale_order_id" attrs="{'readonly': [('state', 'not in', ['draft'])]}"/> <field name="approval_status"/> + <field name="amount_total_without_service"/> </field> <field name="currency_id" position="after"> <field name="summary_qty_po"/> |
