Skip to content
Snippets Groups Projects
Commit 94a8ad3f authored by yhu-odoo's avatar yhu-odoo
Browse files

[FIX] stock: avoid non-deterministic order for location


Stock.location is ordered by "complete_name" which is possible to be the
same (i.e. default production locations for different companies). This
may result non-deterministic order. Add "id" to avoid it.

closes odoo/odoo#79135

Signed-off-by: default avatarWilliam Henrotin (whe) <whe@odoo.com>
parent 29a53f19
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment