diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-09-25 15:36:04 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-09-25 15:36:04 +0700 |
| commit | f504c45874db3e7a52e33a63911527931896fc07 (patch) | |
| tree | 7d66365676bb254df0c299b6fcc2ea1dfc93c97d /indoteknik_custom/views | |
| parent | 1fe1fb9b986db7191f6b90e005ddb30f4973711d (diff) | |
| parent | e7ff231d611df44b71cbd497424b6077b1c88a87 (diff) | |
Merge branch 'production' of https://bitbucket.org/altafixco/indoteknik-addons into production
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> |
