Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] stock: Disable multi-location restricting views
There are certain views that are disabled/enabled according to the multi-location security group, as it can be seen in this commit: https://github.com/odoo/odoo/blob/8f6c56d0794c54bde0/addons/stock/models/res_config_settings.py#L99-L126 so we need to mimic that behavior in case the group is enabled, as the views exists by default with active=True. TT50776
- Loading branch information