diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2024-10-16 10:29:16 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2024-10-16 10:29:16 +0700 |
| commit | 0f11923903736a7ccbfc6df815103f890d55d7e9 (patch) | |
| tree | fae1174a4f58be9adcc82c2c205295033d22f808 /indoteknik_custom/views | |
| parent | 53e39ccf1780beda4f27ae2e67566d57ac915654 (diff) | |
add state reserve on 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 899d29eb..af1af563 100644 --- a/indoteknik_custom/views/stock_picking.xml +++ b/indoteknik_custom/views/stock_picking.xml @@ -16,6 +16,7 @@ <field name="driver_arrival_date" optional="hide"/> <field name="note_logistic" optional="hide"/> <field name="note" optional="hide"/> + <field name="state_reserve" optional="hide"/> </field> <field name="partner_id" position="after"> <field name="purchase_representative_id"/> |
