[IMP] stock_delivery_planner: better sorting for options

This commit is contained in:
Jared Kipe
2021-09-21 15:05:07 -07:00
committed by Leo Pinedo
parent 228fc09bed
commit 6a06156267

View File

@@ -13,6 +13,7 @@
decoration-danger="days_different > 0.0 and not selection"
decoration-info="selection == 'selected'"
decoration-muted="selection == 'deselected'"
default_order="package_id, price"
create="false" edit="false" delete="false">
<field name="package_id"/>
<field name="carrier_id"/>