diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2024-10-21 14:57:48 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2024-10-21 14:57:48 +0700 |
| commit | 3e609fe132724bc8d477f48ebe3abc1a90aacfa0 (patch) | |
| tree | 97d72ea30f84d292e47f49a88cfeb057938b6e1a /indoteknik_custom/views | |
| parent | d0af9ab71c65f6e7e1280b2978ebac2d0d514a45 (diff) | |
| parent | eadc70481dd65dd7483aa2ae5c9bcc68bb274f3e (diff) | |
Merge remote-tracking branch 'origin/production' into feature/generate_url
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/stock_picking.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indoteknik_custom/views/stock_picking.xml b/indoteknik_custom/views/stock_picking.xml index af1af563..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"> @@ -92,6 +93,8 @@ <field name="status_printed"/> <field name="printed_sj"/> <field name="date_printed_sj"/> + <field name="printed_sj_retur"/> + <field name="date_printed_sj_retur"/> <field name="date_printed_list"/> <field name="is_internal_use" string="Internal Use" |
