summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views/stock_picking.xml
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2025-03-10 08:42:21 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2025-03-10 08:42:21 +0700
commit5aeeba569652f15a2cc506a4820ec8dcbda74565 (patch)
treef2e9a927bf40f3bcca7737ed3c1bb4b1639a488e /indoteknik_custom/views/stock_picking.xml
parentad19154ae49ec5bc1178006344baf104154167bf (diff)
parent3b8b4ec20d523cedf00d0a343ffc244e0a43da58 (diff)
Merge branch 'odoo-backup' into dev/wms
# Conflicts: # indoteknik_custom/models/stock_picking.py # indoteknik_custom/security/ir.model.access.csv
Diffstat (limited to 'indoteknik_custom/views/stock_picking.xml')
-rw-r--r--indoteknik_custom/views/stock_picking.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/indoteknik_custom/views/stock_picking.xml b/indoteknik_custom/views/stock_picking.xml
index 03fc8f87..144ed820 100644
--- a/indoteknik_custom/views/stock_picking.xml
+++ b/indoteknik_custom/views/stock_picking.xml
@@ -7,7 +7,8 @@
<field name="inherit_id" ref="stock.vpicktree"/>
<field name="arch" type="xml">
<tree position="attributes">
- <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,6 +19,9 @@
<field name="note" optional="hide"/>
<field name="date_reserved" 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>
<field name="partner_id" position="after">
<field name="purchase_representative_id"/>