diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-10-18 13:18:45 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-10-18 13:18:45 +0700 |
| commit | 8e8782b2f1aa3fa61e2b326d2728736ed9969394 (patch) | |
| tree | 6cdf7a96e55f360d4b5450bcd9f5c7138cc8a4f2 /indoteknik_custom/views | |
| parent | a07d76148eb51f4cdb263f915371208cc2f4b05d (diff) | |
add indent column for purchase order line
Diffstat (limited to 'indoteknik_custom/views')
| -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 a0614a56..8688c1fb 100755 --- a/indoteknik_custom/views/purchase_order.xml +++ b/indoteknik_custom/views/purchase_order.xml @@ -65,6 +65,7 @@ </field> <field name="price_subtotal" position="after"> <field name="so_line_id" attrs="{'readonly': 1}" optional="hide"/> + <field name="indent" optional="hide"/> </field> <page name="purchase_delivery_invoice" position="after"> <page name="purchase_vendor_bills" string="Vendor Bills" groups="indoteknik_custom.technical_administrator"> |
