diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-02-15 13:15:51 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-02-15 13:15:51 +0700 |
| commit | 258717cb3c0a326ff85200dd9a724818dd9fca18 (patch) | |
| tree | c348f60f40ccff72e8fc7358c870b9b0c42ebb06 /indoteknik_custom/views | |
| parent | 8cca552e51decb429ebb69703c82fc7b9d157df2 (diff) | |
add date surat jalan
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 a189e399..908820c5 100644 --- a/indoteknik_custom/views/stock_picking.xml +++ b/indoteknik_custom/views/stock_picking.xml @@ -45,6 +45,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"/> |
