Skip to content
Snippets Groups Projects
Commit 6f965fa7 authored by Arnold Moyaux's avatar Arnold Moyaux
Browse files

[FIX] stock: multi warehouse doesn't setup multi location


Use case to reproduce:
- Create a new db
- Go to warehouse and create a new one.

Expected behavior (same than enable location options from settings):
- Internal location has been enable
- It's possible to create locations

It happens because during the warehouse create call, the multi warehouse
and multi locations groups are set. However `res.config.settings`
contains a hook on `set_values` that enable some views and internal
location. Write directly on the groups won't go throuhg this code.

closes odoo/odoo#102828

Signed-off-by: default avatarWilliam Henrotin (whe) <whe@odoo.com>
parent 3e71df35
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