diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2023-07-17 07:38:21 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2023-07-17 07:38:21 +0000 |
| commit | 989002aca3ed9b1e724e9b98d8ca3513ba598663 (patch) | |
| tree | 521bbe0ff449b097953ca59d04a93c1bd7a90f24 /indoteknik_custom/views/purchase_order.xml | |
| parent | 1dfb8f66a78e78de743772c649a5805fe54ec86e (diff) | |
| parent | bb8d8fe7824dc929634bf00f2dcc7d51630257d3 (diff) | |
Merged in receipt-bill (pull request #56)
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"/> |
