diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-10-18 09:46:08 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-10-18 09:46:08 +0700 |
| commit | c9857525dcb6ecf872ce2479eb3d2545c98221c1 (patch) | |
| tree | 54b484639d419e97121d279c88e79149f04b792f /indoteknik_custom/views | |
| parent | ff9f2f59d1042acaea778049333f1db114a431cb (diff) | |
add field note in list stock picking
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/stock_picking.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/views/stock_picking.xml b/indoteknik_custom/views/stock_picking.xml index 9f03235d..3702dcf8 100644 --- a/indoteknik_custom/views/stock_picking.xml +++ b/indoteknik_custom/views/stock_picking.xml @@ -15,6 +15,7 @@ <field name="driver_departure_date" optional="hide"/> <field name="driver_arrival_date" optional="hide"/> <field name="note_logistic" optional="hide"/> + <field name="note" optional="hide"/> </field> <field name="partner_id" position="after"> <field name="purchase_representative_id"/> |
