diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2023-09-25 15:17:15 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2023-09-25 15:17:15 +0700 |
| commit | e7ff231d611df44b71cbd497424b6077b1c88a87 (patch) | |
| tree | b0577072e8f74570b7acc64159f5c50cc903e993 /indoteknik_custom/views | |
| parent | 447b8587ff5203e7ee0b27967bf27d2e4bf9ab48 (diff) | |
fix miss compute margin po
Diffstat (limited to 'indoteknik_custom/views')
| -rwxr-xr-x | indoteknik_custom/views/purchase_order.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indoteknik_custom/views/purchase_order.xml b/indoteknik_custom/views/purchase_order.xml index 85e08f79..ac423bc5 100755 --- a/indoteknik_custom/views/purchase_order.xml +++ b/indoteknik_custom/views/purchase_order.xml @@ -63,6 +63,9 @@ <field name="price_unit" position="after"> <field name="price_vendor" attrs="{'readonly': 1}" optional="hide"/> </field> + <field name="price_subtotal" position="after"> + <field name="so_line_id" attrs="{'readonly': 1}" optional="hide"/> + </field> <page name="purchase_delivery_invoice" position="after"> <page name="purchase_vendor_bills" string="Vendor Bills" groups="indoteknik_custom.technical_administrator"> <group> |
