mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
[IMP] stock_delivery_planner: better sorting for options
This commit is contained in:
@@ -13,6 +13,7 @@
|
|||||||
decoration-danger="days_different > 0.0 and not selection"
|
decoration-danger="days_different > 0.0 and not selection"
|
||||||
decoration-info="selection == 'selected'"
|
decoration-info="selection == 'selected'"
|
||||||
decoration-muted="selection == 'deselected'"
|
decoration-muted="selection == 'deselected'"
|
||||||
|
default_order="package_id, price"
|
||||||
create="false" edit="false" delete="false">
|
create="false" edit="false" delete="false">
|
||||||
<field name="package_id"/>
|
<field name="package_id"/>
|
||||||
<field name="carrier_id"/>
|
<field name="carrier_id"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user