Odoo Stock Location Restrictions and Warehouse Access Control App
Warehouse access control apps allows the user to see its own location, own location stock and own inventory and add the location restriction for users.

Configure User and Location
Configure stock location user and user location.

User Access Own Inventory & Transfer
User access own inventory & picking transfer.

Allowed User Access Stock
Allowed user access stock, location, and picking.
Description
Set User Right For User
If user has right for see all location then user see all location and it operation.

Define User in Location
Own user contain this location user and accepted user contain own user + parent location user.

Location in User
When we define user in location then location store here automatically.

Stock Without Restriction
When user has right for access all location then it see all product stock.

Stock with Restriction
When user has not right for access all location then it see own location product stock.

Inventory Overview Without Restriction
Inventory overview without restriction.

Inventory Overview With Restriction
Inventory overview with restriction.

Transfer Without Restriction
Transfer without location restriction.

Transfer With Restriction
Transfer with location restriction.

User Can Select Only Own Operation
User can select only own operation.

Select Allowed Location in Source Location As Well As Destination Location
User can select only own location in source location as well as destination location.

Our Services
Get In Touch
You will get 60 Days free support in case any bugs or issue.
For any query or support contact us without hesitation on
edgetechnologies.odoo@gmail.comOdoo 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
Report comment
Any abuse of this reporting system will be penalizedThere are no ratings yet!
Odoo Server Error
After downloading the addon
. When entering a purchase order or manufacturing order
The following message is given
Traceback (most recent call last):
File "C:\Program Files\Smart 15.0.20221209\server\odoo\api.py", line 886, in get
return field_cache[record._ids[0]]
KeyError: 195
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Program Files\Smart 15.0.20221209\server\odoo\fields.py", line 1061, in __get__
value = env.cache.get(record, self)
File "C:\Program Files\Smart 15.0.20221209\server\odoo\api.py", line 889, in get
raise CacheMiss(record, field)
odoo.exceptions.CacheMiss: 'mrp.production(195,).forecasted_issue'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Program Files\Smart 15.0.20221209\server\odoo\api.py", line 886, in get
return field_cache[record._ids[0]]
KeyError: 3409
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Program Files\Smart 15.0.20221209\server\odoo\fields.py", line 1061, in __get__
value = env.cache.get(record, self)
File "C:\Program Files\Smart 15.0.20221209\server\odoo\api.py", line 889, in get
raise CacheMiss(record, field)
odoo.exceptions.CacheMiss: 'product.product(3409,).virtual_available'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "C:\Program Files\Smart 15.0.20221209\server\odoo\addons\base\models\ir_http.py", line 237, in _dispatch
result = request.dispatch()
File "C:\Program Files\Smart 15.0.20221209\server\odoo\http.py", line 687, in dispatch
result = self._call_function(**self.params)
File "C:\Program Files\Smart 15.0.20221209\server\odoo\http.py", line 359, in _call_function
return checked_call(self.db, *args, **kwargs)
File "C:\Program Files\Smart 15.0.20221209\server\odoo\service\model.py", line 94, in wrapper
return f(dbname, *args, **kwargs)
File "C:\Program Files\Smart 15.0.20221209\server\odoo\http.py", line 348, in checked_call
result = self.endpoint(*a, **kw)
File "C:\Program Files\Smart 15.0.20221209\server\odoo\http.py", line 916, in __call__
return self.method(*args, **kw)
File "C:\Program Files\Smart 15.0.20221209\server\odoo\http.py", line 535, in response_wrap
response = f(*args, **kw)
File "C:\Program Files\Smart 15.0.20221209\server\odoo\addons\web\controllers\main.py", line 1342, in call_kw
return self._call_kw(model, method, args, kwargs)
File "C:\Program Files\Smart 15.0.20221209\server\odoo\addons\web\controllers\main.py", line 1334, in _call_kw
return call_kw(request.env[model], method, args, kwargs)
File "C:\Program Files\Smart 15.0.20221209\server\odoo\api.py", line 464, in call_kw
result = _call_kw_multi(method, model, args, kwargs)
File "C:\Program Files\Smart 15.0.20221209\server\odoo\api.py", line 451, in _call_kw_multi
result = method(recs, *args, **kwargs)
File "C:\Program Files\Smart 15.0.20221209\server\odoo\models.py", line 3227, in read
return self._read_format(fnames=fields, load=load)
File "C:\Program Files\Smart 15.0.20221209\server\odoo\models.py", line 3247, in _read_format
vals[name] = convert(record[name], record, use_name_get)
File "C:\Program Files\Smart 15.0.20221209\server\odoo\models.py", line 5893, in __getitem__
return self._fields[key].__get__(self, type(self))
File "C:\Program Files\Smart 15.0.20221209\server\odoo\fields.py", line 1110, in __get__
self.compute_value(recs)
File "C:\Program Files\Smart 15.0.20221209\server\odoo\fields.py", line 1269, in compute_value
records._compute_field_value(self)
File "C:\Program Files\Smart 15.0.20221209\server\odoo\addons\mail\models\mail_thread.py", line 411, in _compute_field_value
return super()._compute_field_value(field)
File "C:\Program Files\Smart 15.0.20221209\server\odoo\models.py", line 4255, in _compute_field_value
getattr(self, field.compute)()
File "C:\Program Files\Smart 15.0.20221209\server\odoo\addons\mrp\models\mrp_production.py", line 565, in _compute_forecasted_issue
virtual_available = order.product_id.with_context(warehouse=warehouse.id, to_date=order.date_planned_start).virtual_available
File "C:\Program Files\Smart 15.0.20221209\server\odoo\fields.py", line 1110, in __get__
self.compute_value(recs)
File "C:\Program Files\Smart 15.0.20221209\server\odoo\fields.py", line 1269, in compute_value
records._compute_field_value(self)
File "C:\Program Files\Smart 15.0.20221209\server\odoo\addons\mail\models\mail_thread.py", line 411, in _compute_field_value
return super()._compute_field_value(field)
File "C:\Program Files\Smart 15.0.20221209\server\odoo\models.py", line 4255, in _compute_field_value
getattr(self, field.compute)()
File "C:\Program Files\Smart 15.0.20221209\server\odoo\addons\stock\models\product.py", line 117, in _compute_quantities
res = products._compute_quantities_dict(self._context.get('lot_id'), self._context.get('owner_id'), self._context.get('package_id'), self._context.get('from_date'), self._context.get('to_date'))
File "C:\Program Files\Smart 15.0.20221209\server\odoo\addons\odoo_stock_rule_app\models\inherited_product_product.py", line 63, in _compute_quantities_dict
orderby='id'))
File "C:\Program Files\Smart 15.0.20221209\server\odoo\models.py", line 2438, in read_group
result = self._read_group_raw(domain, fields, groupby, offset=offset, limit=limit, orderby=orderby, lazy=lazy)
File "C:\Program Files\Smart 15.0.20221209\server\odoo\models.py", line 2474, in _read_group_raw
query = self._where_calc(domain)
File "C:\Program Files\Smart 15.0.20221209\server\odoo\models.py", line 4461, in _where_calc
return expression.expression(domain, self).query
File "C:\Program Files\Smart 15.0.20221209\server\odoo\osv\expression.py", line 442, in __init__
self.parse()
File "C:\Program Files\Smart 15.0.20221209\server\odoo\osv\expression.py", line 654, in parse
raise ValueError("Invalid field %s.%s in leaf %s" % (model._name, path[0], str(leaf)))
Exception
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "C:\Program Files\Smart 15.0.20221209\server\odoo\http.py", line 643, in _handle_exception
return super(JsonRequest, self)._handle_exception(exception)
File "C:\Program Files\Smart 15.0.20221209\server\odoo\http.py", line 301, in _handle_exception
raise exception.with_traceback(None) from new_cause
ValueError: Invalid field stock.move.date_expected in leaf ('date_expected', '