diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2024-10-19 11:25:53 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2024-10-19 11:25:53 +0700 |
| commit | a4006a9c7f57bbc11ba0c519e69719ded8248ad3 (patch) | |
| tree | 8b951e0f0d204c84a9d25360972257e774da65c8 | |
| parent | 4146004dfa277d1e5f15ca7ed6af247f543b74bb (diff) | |
add date_reserved on tree stock picking
| -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 e435fa71..d713edbc 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="date_reserved" optional="hide"/> <field name="state_reserve" optional="hide"/> </field> <field name="partner_id" position="after"> |
