summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views/stock_picking.xml
diff options
context:
space:
mode:
authortrisusilo48 <tri.susilo@altama.co.id>2025-02-28 09:55:08 +0700
committertrisusilo48 <tri.susilo@altama.co.id>2025-02-28 09:55:08 +0700
commitd5e40546164b98fd9f819bc4f65f53d8b7c3c7f4 (patch)
treead0f4b268d784a2fe97e002baa1c5fd91dec228e /indoteknik_custom/views/stock_picking.xml
parent62caad158a936eee9a0b85fd4df0c664374b6bfb (diff)
sequance
Diffstat (limited to 'indoteknik_custom/views/stock_picking.xml')
-rw-r--r--indoteknik_custom/views/stock_picking.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/indoteknik_custom/views/stock_picking.xml b/indoteknik_custom/views/stock_picking.xml
index 1832c31e..61ee2610 100644
--- a/indoteknik_custom/views/stock_picking.xml
+++ b/indoteknik_custom/views/stock_picking.xml
@@ -7,8 +7,8 @@
<field name="inherit_id" ref="stock.vpicktree"/>
<field name="arch" type="xml">
<tree position="attributes">
- <attribute name="default_order">countdown_hours asc</attribute>
-<!-- <attribute name="default_order">create_date desc</attribute>-->
+ <attribute name="default_order">final_seq asc</attribute>
+ <!-- <attribute name="default_order">create_date desc</attribute> -->
</tree>
<field name="json_popover" position="after">
<field name="date_done" optional="hide"/>
@@ -18,7 +18,9 @@
<field name="note_logistic" optional="hide"/>
<field name="note" optional="hide"/>
<field name="date_reserved" optional="hide"/>
+ <field name="execution_date" optional="hide"/>
<field name="state_reserve" optional="hide"/>
+ <field name="final_seq"/>
<field name="countdown_hours" optional="hide"/>
<field name="countdown_ready_to_ship" />
</field>