diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2025-03-18 09:23:50 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2025-03-18 09:23:50 +0700 |
| commit | de8ac2be17f65cc1e551a0338ca49f30c4a021f2 (patch) | |
| tree | 332dd85d758251f79dddcf0fb4e429c85498b0d3 /indoteknik_custom/views/stock_picking.xml | |
| parent | c263662a9dd388eb9b23ae6ab8d9cd3f2bffb3f8 (diff) | |
| parent | 9acebb424ead07109438e46c4f96038c9f50fbec (diff) | |
Merge branch 'odoo-backup' into cr/manzila-commision
# Conflicts:
# indoteknik_custom/models/commision.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.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/indoteknik_custom/views/stock_picking.xml b/indoteknik_custom/views/stock_picking.xml index 50ea40bf..dadd5021 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"/> |
