diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2022-09-12 16:05:12 +0700 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2022-09-12 16:05:12 +0700 |
| commit | ed5b7ed656e9b4d790317612459a6b12197d136b (patch) | |
| tree | 53f856fc6e286db0bbbfa85daa413dc719da20bc /indoteknik_custom/views/stock_picking.xml | |
| parent | b4cb2913b26644f11abc6f9ea73912a6d3072918 (diff) | |
delivery_order in sale_order and stock_picking
Diffstat (limited to 'indoteknik_custom/views/stock_picking.xml')
| -rw-r--r-- | indoteknik_custom/views/stock_picking.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/indoteknik_custom/views/stock_picking.xml b/indoteknik_custom/views/stock_picking.xml index 0a8dba0b..4ac8f2ed 100644 --- a/indoteknik_custom/views/stock_picking.xml +++ b/indoteknik_custom/views/stock_picking.xml @@ -33,6 +33,17 @@ </group> </group> </page> + <page string="Delivery" name="delivery_order"> + <group> + <group> + <field name="driver_departure_date"/> + <field name="driver_arrival_date"/> + <field name="delivery_tracking_no"/> + <field name="driver_id"/> + <field name="picking_code"/> + </group> + </group> + </page> </page> </field> </record> |
