diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2024-05-03 10:28:31 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2024-05-03 10:28:31 +0700 |
| commit | 7bf5ed2c7892da0b56554b1d6fa8badd687080e7 (patch) | |
| tree | 9efe5cb37ba4b43bd245e5790f7a17a618556c4a /indoteknik_custom/views/purchase_order.xml | |
| parent | 181357dc01f84a47fd63209bc6a6dd4f085a718b (diff) | |
change request add so on stock picking and fix bug double so on po
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 eedd9ec9..bb38715e 100755 --- a/indoteknik_custom/views/purchase_order.xml +++ b/indoteknik_custom/views/purchase_order.xml @@ -72,6 +72,7 @@ </field> <field name="price_subtotal" position="after"> <field name="so_line_id" attrs="{'readonly': 1}" optional="hide"/> + <field name="so_id" attrs="{'readonly': 1}" optional="hide"/> <field name="indent" optional="hide"/> </field> <page name="purchase_delivery_invoice" position="after"> |
