Stock Location Restrictions
by Ryan Cole <hello@ryanc.me> https://www.ryanc.me/contact/#stock_user_restrictions$ 28.39
Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Inventory Management (stock)
• Discuss (mail) |
Technical Name |
stock_restrict_locations |
License | See License tab |
Website | https://www.ryanc.me/contact/#stock_user_restrictions |
Versions | 9.0 10.0 11.0 14.0 15.0 16.0 17.0 18.0 |
Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Inventory Management (stock)
• Discuss (mail) |
Technical Name |
stock_restrict_locations |
License | See License tab |
Website | https://www.ryanc.me/contact/#stock_user_restrictions |
Versions | 9.0 10.0 11.0 14.0 15.0 16.0 17.0 18.0 |
Stock Location Restrictions
Restrict warehouses, stock locations, and picking types per-user

Features
Fine-grained control over user access rights - restrict users to the locations and picking types that they need
Perfect for multi-warehouse operations, or companies that have separate departments and/or managers per location or picking type
Easy-to-use interface - simply add your desired locations & picking types, and click save!

Overview
This module adds powerful, fine-grained security access controls for warehouses, stock locations, and picking types, all on a per-user basis. It works well for operations that use the Odoo Inventory module heavily, such as eCommerce or sales operations. Access control is configured on the User's settings page, so no custom XML or Python code is needed.
For technical details and installation instructions, please see the Documentation tab
Screenshots



Help and Support
This module is hosted and maintained on BitBucket. If you have purchased the module and would like access to the source repository, bug tracker, and the latest updates, please email me with your BitBucket/Atlassian account details.
For assistance with setup & bugfixes, contact me via the link below.
Stock Restrict Locations
Restricted access to warehouses, locations, and picking types on a per-user basis.
Installation
This module does not require any external Python or binary dependencies. Simply drop stock_restrict_locations
in your addons folder, and install.
See here for a more detailed Odoo module install guide.
Configuration
Restrictions are setup per-user:
- Browse to
Settings -> Users -> Your User
- Under the
Applications
heading, set theInventory: User
permission - Enable the module by checking
Restrict Warehouses/Locations
- Select the warehouses, locations, and picking types for your user
- All done!
Notes
Please note that this module applies restrictions to ALL of the following records:
stock.warehouse
stock.location
stock.picking.type
stock.picking
vialocation_id
orlocation_dest_id
stock.move
vialocation_id
orlocation_dest_id
stock.quant
vialocation_id
stock.inventory
vialocation_id
stock.inventory.line
vialocation_id
stock.orderpoint
vialocation_id
If your use-case requires additional restrictions, I would be happy to add them in. Simply visit my contact page to get in touch.
Also please note that some built-in Odoo modules (namely point_of_sale) require certain picking types and locations to function correctly. Please test thoroughly before publishing to a production environment. For example, the Point of Sale
module requires the following to function correctly:
- The
PoS Orders
route - The PoS' location (e.g.
WH/Stock
) Physical Locations
Partner Locations/Customers
- Possibly others for certain use-case
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module