[IMP] stock_delivery_planner: better sorting for options

This commit is contained in:
Jared Kipe
2021-09-21 15:05:07 -07:00
parent 5a20a59bf2
commit e0abc6fd2f

View File

@@ -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"/>