403: Forbidden

The page you were looking for could not be authorized.

Maybe you were looking for one of these popular pages ?

Error message:

('The requested operation cannot be completed due to security restrictions. Please contact your system administrator.\n\n(Document type: Product Template, Operation: read) - (Records: [19299], User: 4)', None)

Traceback (most recent call last):
  File "/opt/odoo/odoo11/odoo/fields.py", line 956, in __get__
    value = record.env.cache.get(record, self)
  File "/opt/odoo/odoo11/odoo/api.py", line 977, in get
    value = self._data[key][field][record._ids[0]]
KeyError: 19299

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/odoo/odoo11/addons/http_routing/models/ir_http.py", line 424, in _postprocess_args
    _, path = rule.build(arguments)
  File "/opt/odoo/odoo11-venv/lib/python3.6/site-packages/werkzeug/routing.py", line 798, in build
    add(self._converters[data].to_url(values[data]))
  File "/opt/odoo/odoo11/addons/http_routing/models/ir_http.py", line 192, in to_url
    return slug(value)
  File "/opt/odoo/odoo11/addons/http_routing/models/ir_http.py", line 89, in slug
    identifier, name = value.id, value.display_name
  File "/opt/odoo/odoo11/odoo/fields.py", line 963, in __get__
    value = record.env.cache.get(record, self)
  File "/opt/odoo/odoo11/odoo/api.py", line 978, in get
    return value.get() if isinstance(value, SpecialValue) else value
  File "/opt/odoo/odoo11/odoo/api.py", line 1021, in getter
    raise exception
  File "/opt/odoo/odoo11/odoo/fields.py", line 1032, in compute_value
    self._compute_value(record)
  File "/opt/odoo/odoo11/odoo/fields.py", line 1018, in _compute_value
    getattr(records, self.compute)()
  File "/opt/odoo/odoo11/odoo/models.py", line 1510, in _compute_display_name
    names = dict(self.name_get())
  File "/opt/odoo/odoo11/addons/product/models/product_template.py", line 345, in name_get
    self.read(['name', 'default_code'])
  File "/opt/odoo/odoo11/odoo/models.py", line 2638, in read
    vals[name] = convert(record[name], record, use_name_get)
  File "/opt/odoo/odoo11/odoo/models.py", line 4834, in __getitem__
    return self._fields[key].__get__(self, type(self))
  File "/opt/odoo/odoo11/odoo/fields.py", line 956, in __get__
    value = record.env.cache.get(record, self)
  File "/opt/odoo/odoo11/odoo/api.py", line 978, in get
    return value.get() if isinstance(value, SpecialValue) else value
  File "/opt/odoo/odoo11/odoo/api.py", line 1021, in getter
    raise exception
odoo.exceptions.AccessError: ('The requested operation cannot be completed due to security restrictions. Please contact your system administrator.\n\n(Document type: Product Template, Operation: read) - (Records: [19299], User: 4)', None)