Skip to content
Snippets Groups Projects
Commit 076baeac 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#79169

X-original-commit: 94a8ad3f
Signed-off-by: default avatarWilliam Henrotin (whe) <whe@odoo.com>
parent a05f4e05
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment