diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-10-25 15:56:56 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-10-25 15:56:56 +0700 |
| commit | 9292b2e0865500077281e2c410d264011b9a65da (patch) | |
| tree | 0409b626510d8a4ed86a8b2eeb7b7b8284d494f6 /indoteknik_custom/views | |
| parent | c35137e5a43afeb6a45b7f213f9ab40afb75fb4c (diff) | |
add date if all line in delivery order reserved
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 3702dcf8..b0932d5a 100644 --- a/indoteknik_custom/views/stock_picking.xml +++ b/indoteknik_custom/views/stock_picking.xml @@ -72,6 +72,7 @@ /> </field> <field name="group_id" position="before"> + <field name="date_reserved"/> <field name="is_internal_use" string="Internal Use" type="object" |
