diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-02-20 09:52:42 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-02-20 09:52:42 +0700 |
| commit | 1b53c0081b925e54e056c94b355a9b99320e0ea5 (patch) | |
| tree | 74a20d5a5efdeb23a779adc340681718f697d7b9 /indoteknik_custom/views/stock_picking.xml | |
| parent | ce3e018ad61808b7e581e416525e6696ed088916 (diff) | |
| parent | 4a7d62d40a47ae894e2e22171105332ada9516ee (diff) | |
Merge branch 'midtrans' into staging
Diffstat (limited to 'indoteknik_custom/views/stock_picking.xml')
| -rw-r--r-- | indoteknik_custom/views/stock_picking.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indoteknik_custom/views/stock_picking.xml b/indoteknik_custom/views/stock_picking.xml index a189e399..866c1aac 100644 --- a/indoteknik_custom/views/stock_picking.xml +++ b/indoteknik_custom/views/stock_picking.xml @@ -8,6 +8,7 @@ <field name="arch" type="xml"> <field name="json_popover" position="after"> <field name="date_done"/> + <field name="date_doc_kirim"/> <field name="driver_departure_date"/> <field name="driver_arrival_date"/> </field> @@ -45,6 +46,7 @@ <field name="real_shipping_id"/> </field> <field name="origin" position="after"> + <field name="date_doc_kirim"/> <field name="approval_status" attrs="{'invisible': [('is_internal_use', '=', False)]}"/> <field name="approval_return_status" attrs="{'invisible': [('approval_return_status', '=', False)]}"/> <field name="summary_qty_operation"/> |
