Skip to content

Instantly share code, notes, and snippets.

@W360S
Created June 4, 2019 13:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save W360S/f5da222fe70cb4474565b1bc36b52b77 to your computer and use it in GitHub Desktop.
Save W360S/f5da222fe70cb4474565b1bc36b52b77 to your computer and use it in GitHub Desktop.
Issues
Traceback (most recent call last):
File "/home/odoo/odoo12/odoo/addons/base/models/qweb.py", line 346, in _compiled_fn
return compiled(self, append, new, options, log)
File "<template>", line 1, in template_website_layout_104
File "<template>", line 2, in body_call_content_103
File "/home/odoo/odoo12/odoo/fields.py", line 984, in __get__
self.determine_value(record)
File "/home/odoo/odoo12/odoo/fields.py", line 1085, in determine_value
record._prefetch_field(self)
File "/home/odoo/odoo12/odoo/models.py", line 2835, in _prefetch_field
result = self.read([f.name for f in fs], load='_classic_write')
File "/home/odoo/odoo12/odoo/models.py", line 2751, in read
self.check_access_rights('read')
File "/home/odoo/odoo12/odoo/models.py", line 3022, in check_access_rights
return self.env['ir.model.access'].check(self._name, operation, raise_exception)
File "</usr/local/lib/python3.6/dist-packages/decorator.py:decorator-gen-23>", line 2, in check
File "/home/odoo/odoo12/odoo/tools/cache.py", line 93, in lookup
value = d[key] = self.method(*args, **kwargs)
File "/home/odoo/odoo12/odoo/addons/base/models/ir_model.py", line 1271, in check
raise AccessError(msg % msg_params)
odoo.exceptions.AccessError: ('Sorry, you are not allowed to access this document. Only users with the following access level are currently allowed to do that:\n- Apps access/Allow installing apps\n\n(Document model: ir.module.module)', None)
Error to render compiling AST
AccessError: ('Sorry, you are not allowed to access this document. Only users with the following access level are currently allowed to do that:\n- Apps access/Allow installing apps\n\n(Document model: ir.module.module)', None)
Template: website.layout
Path: /templates/t/t/nav/ul[3]/li[5]/div/div/div/div[2]
Node: <div groups="base.group_system" name="module_website_blog" t-att-data-module-id="env.ref('base.module_website_blog').id" t-att-data-module-shortdesc="env.ref('base.module_website_blog').shortdesc" class="col-md-4 mb8 o_new_content_element">
<a href="#" data-action="new_blog_post">
<i class="fa fa-rss"/>
<p>New Blog Post</p>
</a>
</div>
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/odoo/odoo12/odoo/api.py", line 1039, in get
value = self._data[key][field][record._ids[0]]
KeyError: 141
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/odoo/odoo12/odoo/fields.py", line 980, in __get__
value = record.env.cache.get(record, self)
File "/home/odoo/odoo12/odoo/api.py", line 1041, in get
raise CacheMiss(record, field)
odoo.exceptions.CacheMiss: ('ir.module.module(141,).shortdesc', None)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/odoo/odoo12/odoo/tools/cache.py", line 88, in lookup
r = d[key]
File "/home/odoo/odoo12/odoo/tools/func.py", line 69, in wrapper
return func(self, *args, **kwargs)
File "/home/odoo/odoo12/odoo/tools/lru.py", line 44, in __getitem__
a = self.d[obj].me
KeyError: ('ir.model.access', <function IrModelAccess.check at 0x7f531cdfbea0>, 11, 'ir.module.module', 'read', True, ('en_US',))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/odoo/odoo12/odoo/models.py", line 2832, in _prefetch_field
result = records.read([f.name for f in fs], load='_classic_write')
File "/home/odoo/odoo12/odoo/models.py", line 2751, in read
self.check_access_rights('read')
File "/home/odoo/odoo12/odoo/models.py", line 3022, in check_access_rights
return self.env['ir.model.access'].check(self._name, operation, raise_exception)
File "</usr/local/lib/python3.6/dist-packages/decorator.py:decorator-gen-23>", line 2, in check
File "/home/odoo/odoo12/odoo/tools/cache.py", line 93, in lookup
value = d[key] = self.method(*args, **kwargs)
File "/home/odoo/odoo12/odoo/addons/base/models/ir_model.py", line 1271, in check
raise AccessError(msg % msg_params)
odoo.exceptions.AccessError: ('Sorry, you are not allowed to access this document. Only users with the following access level are currently allowed to do that:\n- Apps access/Allow installing apps\n\n(Document model: ir.module.module)', None)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/odoo/odoo12/odoo/tools/cache.py", line 88, in lookup
r = d[key]
File "/home/odoo/odoo12/odoo/tools/func.py", line 69, in wrapper
return func(self, *args, **kwargs)
File "/home/odoo/odoo12/odoo/tools/lru.py", line 44, in __getitem__
a = self.d[obj].me
KeyError: ('ir.model.access', <function IrModelAccess.check at 0x7f531cdfbea0>, 11, 'ir.module.module', 'read', True, ('en_US',))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/odoo/odoo12/odoo/addons/base/models/qweb.py", line 346, in _compiled_fn
return compiled(self, append, new, options, log)
File "<template>", line 1, in template_website_layout_104
File "<template>", line 2, in body_call_content_103
File "/home/odoo/odoo12/odoo/fields.py", line 984, in __get__
self.determine_value(record)
File "/home/odoo/odoo12/odoo/fields.py", line 1085, in determine_value
record._prefetch_field(self)
File "/home/odoo/odoo12/odoo/models.py", line 2835, in _prefetch_field
result = self.read([f.name for f in fs], load='_classic_write')
File "/home/odoo/odoo12/odoo/models.py", line 2751, in read
self.check_access_rights('read')
File "/home/odoo/odoo12/odoo/models.py", line 3022, in check_access_rights
return self.env['ir.model.access'].check(self._name, operation, raise_exception)
File "</usr/local/lib/python3.6/dist-packages/decorator.py:decorator-gen-23>", line 2, in check
File "/home/odoo/odoo12/odoo/tools/cache.py", line 93, in lookup
value = d[key] = self.method(*args, **kwargs)
File "/home/odoo/odoo12/odoo/addons/base/models/ir_model.py", line 1271, in check
raise AccessError(msg % msg_params)
odoo.exceptions.AccessError: ('Sorry, you are not allowed to access this document. Only users with the following access level are currently allowed to do that:\n- Apps access/Allow installing apps\n\n(Document model: ir.module.module)', None)
Error to render compiling AST
AccessError: ('Sorry, you are not allowed to access this document. Only users with the following access level are currently allowed to do that:\n- Apps access/Allow installing apps\n\n(Document model: ir.module.module)', None)
Template: website.layout
Path: /templates/t/t/nav/ul[3]/li[5]/div/div/div/div[2]
Node: <div groups="base.group_system" name="module_website_blog" t-att-data-module-id="env.ref('base.module_website_blog').id" t-att-data-module-shortdesc="env.ref('base.module_website_blog').shortdesc" class="col-md-4 mb8 o_new_content_element">
<a href="#" data-action="new_blog_post">
<i class="fa fa-rss"/>
<p>New Blog Post</p>
</a>
</div>
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/odoo/odoo12/odoo/api.py", line 1039, in get
value = self._data[key][field][record._ids[0]]
KeyError: 141
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/odoo/odoo12/odoo/fields.py", line 980, in __get__
value = record.env.cache.get(record, self)
File "/home/odoo/odoo12/odoo/api.py", line 1041, in get
raise CacheMiss(record, field)
odoo.exceptions.CacheMiss: ('ir.module.module(141,).shortdesc', None)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/odoo/odoo12/odoo/tools/cache.py", line 88, in lookup
r = d[key]
File "/home/odoo/odoo12/odoo/tools/func.py", line 69, in wrapper
return func(self, *args, **kwargs)
File "/home/odoo/odoo12/odoo/tools/lru.py", line 44, in __getitem__
a = self.d[obj].me
KeyError: ('ir.model.access', <function IrModelAccess.check at 0x7f531cdfbea0>, 11, 'ir.module.module', 'read', True, ('en_US',))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/odoo/odoo12/odoo/models.py", line 2832, in _prefetch_field
result = records.read([f.name for f in fs], load='_classic_write')
File "/home/odoo/odoo12/odoo/models.py", line 2751, in read
self.check_access_rights('read')
File "/home/odoo/odoo12/odoo/models.py", line 3022, in check_access_rights
return self.env['ir.model.access'].check(self._name, operation, raise_exception)
File "</usr/local/lib/python3.6/dist-packages/decorator.py:decorator-gen-23>", line 2, in check
File "/home/odoo/odoo12/odoo/tools/cache.py", line 93, in lookup
value = d[key] = self.method(*args, **kwargs)
File "/home/odoo/odoo12/odoo/addons/base/models/ir_model.py", line 1271, in check
raise AccessError(msg % msg_params)
odoo.exceptions.AccessError: ('Sorry, you are not allowed to access this document. Only users with the following access level are currently allowed to do that:\n- Apps access/Allow installing apps\n\n(Document model: ir.module.module)', None)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/odoo/odoo12/odoo/tools/cache.py", line 88, in lookup
r = d[key]
File "/home/odoo/odoo12/odoo/tools/func.py", line 69, in wrapper
return func(self, *args, **kwargs)
File "/home/odoo/odoo12/odoo/tools/lru.py", line 44, in __getitem__
a = self.d[obj].me
KeyError: ('ir.model.access', <function IrModelAccess.check at 0x7f531cdfbea0>, 11, 'ir.module.module', 'read', True, ('en_US',))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/odoo/odoo12/odoo/addons/base/models/qweb.py", line 346, in _compiled_fn
return compiled(self, append, new, options, log)
File "<template>", line 1, in template_website_layout_104
File "<template>", line 2, in body_call_content_103
File "/home/odoo/odoo12/odoo/fields.py", line 984, in __get__
self.determine_value(record)
File "/home/odoo/odoo12/odoo/fields.py", line 1085, in determine_value
record._prefetch_field(self)
File "/home/odoo/odoo12/odoo/models.py", line 2835, in _prefetch_field
result = self.read([f.name for f in fs], load='_classic_write')
File "/home/odoo/odoo12/odoo/models.py", line 2751, in read
self.check_access_rights('read')
File "/home/odoo/odoo12/odoo/models.py", line 3022, in check_access_rights
return self.env['ir.model.access'].check(self._name, operation, raise_exception)
File "</usr/local/lib/python3.6/dist-packages/decorator.py:decorator-gen-23>", line 2, in check
File "/home/odoo/odoo12/odoo/tools/cache.py", line 93, in lookup
value = d[key] = self.method(*args, **kwargs)
File "/home/odoo/odoo12/odoo/addons/base/models/ir_model.py", line 1271, in check
raise AccessError(msg % msg_params)
odoo.exceptions.AccessError: ('Sorry, you are not allowed to access this document. Only users with the following access level are currently allowed to do that:\n- Apps access/Allow installing apps\n\n(Document model: ir.module.module)', None)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.6/dist-packages/werkzeug/serving.py", line 303, in run_wsgi
execute(self.server.app)
File "/usr/local/lib/python3.6/dist-packages/werkzeug/serving.py", line 291, in execute
application_iter = app(environ, start_response)
File "/home/odoo/odoo12/odoo/service/server.py", line 409, in app
return self.app(e, s)
File "/home/odoo/odoo12/odoo/service/wsgi_server.py", line 128, in application
return application_unproxied(environ, start_response)
File "/home/odoo/odoo12/odoo/service/wsgi_server.py", line 117, in application_unproxied
result = odoo.http.root(environ, start_response)
File "/home/odoo/odoo12/odoo/http.py", line 1318, in __call__
return self.dispatch(environ, start_response)
File "/home/odoo/odoo12/odoo/http.py", line 1291, in __call__
return self.app(environ, start_wrapped)
File "/usr/local/lib/python3.6/dist-packages/werkzeug/middleware/shared_data.py", line 227, in __call__
return self.app(environ, start_response)
File "/home/odoo/odoo12/odoo/http.py", line 1486, in dispatch
result = ir_http._dispatch()
File "/home/odoo/odoo12/addons/website_sale/models/ir_http.py", line 15, in _dispatch
return super(IrHttp, cls)._dispatch()
File "/home/odoo/odoo12/addons/auth_signup/models/ir_http.py", line 19, in _dispatch
return super(Http, cls)._dispatch()
File "/home/odoo/odoo12/addons/web_editor/models/ir_http.py", line 22, in _dispatch
return super(IrHttp, cls)._dispatch()
File "/home/odoo/odoo12/addons/http_routing/models/ir_http.py", line 387, in _dispatch
return cls.reroute('/'.join(path) or '/')
File "/home/odoo/odoo12/addons/http_routing/models/ir_http.py", line 419, in reroute
return cls._dispatch()
File "/home/odoo/odoo12/addons/website_sale/models/ir_http.py", line 15, in _dispatch
return super(IrHttp, cls)._dispatch()
File "/home/odoo/odoo12/addons/auth_signup/models/ir_http.py", line 19, in _dispatch
return super(Http, cls)._dispatch()
File "/home/odoo/odoo12/addons/web_editor/models/ir_http.py", line 22, in _dispatch
return super(IrHttp, cls)._dispatch()
File "/home/odoo/odoo12/addons/http_routing/models/ir_http.py", line 398, in _dispatch
result = super(IrHttp, cls)._dispatch()
File "/home/odoo/odoo12/addons/utm/models/ir_http.py", line 26, in _dispatch
response = super(IrHttp, cls)._dispatch()
File "/home/odoo/odoo12/odoo/addons/base/models/ir_http.py", line 207, in _dispatch
return cls._handle_exception(e)
File "/home/odoo/odoo12/addons/website/models/ir_http.py", line 295, in _handle_exception
html = env['ir.ui.view'].render_template('website.http_error', values)
File "/home/odoo/odoo12/odoo/addons/base/models/ir_ui_view.py", line 1284, in render_template
return self.browse(self.get_view_id(template)).render(values, engine)
File "/home/odoo/odoo12/addons/website/models/ir_ui_view.py", line 318, in render
return super(View, self).render(values, engine=engine, minimal_qcontext=minimal_qcontext)
File "/home/odoo/odoo12/addons/web_editor/models/ir_ui_view.py", line 27, in render
return super(IrUiView, self).render(values=values, engine=engine, minimal_qcontext=minimal_qcontext)
File "/home/odoo/odoo12/odoo/addons/base/models/ir_ui_view.py", line 1293, in render
return self.env[engine].render(self.id, qcontext)
File "/home/odoo/odoo12/odoo/addons/base/models/ir_qweb.py", line 59, in render
result = super(IrQWeb, self).render(id_or_xml_id, values=values, **context)
File "/home/odoo/odoo12/odoo/addons/base/models/qweb.py", line 274, in render
self.compile(template, options)(self, body.append, values or {})
File "/home/odoo/odoo12/odoo/addons/base/models/qweb.py", line 348, in _compiled_fn
raise e
File "/home/odoo/odoo12/odoo/addons/base/models/qweb.py", line 346, in _compiled_fn
return compiled(self, append, new, options, log)
File "<template>", line 1, in template_932_151
File "/home/odoo/odoo12/odoo/addons/base/models/qweb.py", line 353, in _compiled_fn
raise QWebException("Error to render compiling AST", e, path, node and etree.tostring(node[0], encoding='unicode'), name)
odoo.addons.base.models.qweb.QWebException: ('Sorry, you are not allowed to access this document. Only users with the following access level are currently allowed to do that:\n- Apps access/Allow installing apps\n\n(Document model: ir.module.module)', None)
Traceback (most recent call last):
File "/home/odoo/odoo12/odoo/api.py", line 1039, in get
value = self._data[key][field][record._ids[0]]
KeyError: 141
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/odoo/odoo12/odoo/fields.py", line 980, in __get__
value = record.env.cache.get(record, self)
File "/home/odoo/odoo12/odoo/api.py", line 1041, in get
raise CacheMiss(record, field)
odoo.exceptions.CacheMiss: ('ir.module.module(141,).shortdesc', None)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/odoo/odoo12/odoo/tools/cache.py", line 88, in lookup
r = d[key]
File "/home/odoo/odoo12/odoo/tools/func.py", line 69, in wrapper
return func(self, *args, **kwargs)
File "/home/odoo/odoo12/odoo/tools/lru.py", line 44, in __getitem__
a = self.d[obj].me
KeyError: ('ir.model.access', <function IrModelAccess.check at 0x7f531cdfbea0>, 11, 'ir.module.module', 'read', True, ('en_US',))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/odoo/odoo12/odoo/models.py", line 2832, in _prefetch_field
result = records.read([f.name for f in fs], load='_classic_write')
File "/home/odoo/odoo12/odoo/models.py", line 2751, in read
self.check_access_rights('read')
File "/home/odoo/odoo12/odoo/models.py", line 3022, in check_access_rights
return self.env['ir.model.access'].check(self._name, operation, raise_exception)
File "</usr/local/lib/python3.6/dist-packages/decorator.py:decorator-gen-23>", line 2, in check
File "/home/odoo/odoo12/odoo/tools/cache.py", line 93, in lookup
value = d[key] = self.method(*args, **kwargs)
File "/home/odoo/odoo12/odoo/addons/base/models/ir_model.py", line 1271, in check
raise AccessError(msg % msg_params)
odoo.exceptions.AccessError: ('Sorry, you are not allowed to access this document. Only users with the following access level are currently allowed to do that:\n- Apps access/Allow installing apps\n\n(Document model: ir.module.module)', None)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/odoo/odoo12/odoo/tools/cache.py", line 88, in lookup
r = d[key]
File "/home/odoo/odoo12/odoo/tools/func.py", line 69, in wrapper
return func(self, *args, **kwargs)
File "/home/odoo/odoo12/odoo/tools/lru.py", line 44, in __getitem__
a = self.d[obj].me
KeyError: ('ir.model.access', <function IrModelAccess.check at 0x7f531cdfbea0>, 11, 'ir.module.module', 'read', True, ('en_US',))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/odoo/odoo12/odoo/addons/base/models/qweb.py", line 346, in _compiled_fn
return compiled(self, append, new, options, log)
File "<template>", line 1, in template_website_layout_104
File "<template>", line 2, in body_call_content_103
File "/home/odoo/odoo12/odoo/fields.py", line 984, in __get__
self.determine_value(record)
File "/home/odoo/odoo12/odoo/fields.py", line 1085, in determine_value
record._prefetch_field(self)
File "/home/odoo/odoo12/odoo/models.py", line 2835, in _prefetch_field
result = self.read([f.name for f in fs], load='_classic_write')
File "/home/odoo/odoo12/odoo/models.py", line 2751, in read
self.check_access_rights('read')
File "/home/odoo/odoo12/odoo/models.py", line 3022, in check_access_rights
return self.env['ir.model.access'].check(self._name, operation, raise_exception)
File "</usr/local/lib/python3.6/dist-packages/decorator.py:decorator-gen-23>", line 2, in check
File "/home/odoo/odoo12/odoo/tools/cache.py", line 93, in lookup
value = d[key] = self.method(*args, **kwargs)
File "/home/odoo/odoo12/odoo/addons/base/models/ir_model.py", line 1271, in check
raise AccessError(msg % msg_params)
odoo.exceptions.AccessError: ('Sorry, you are not allowed to access this document. Only users with the following access level are currently allowed to do that:\n- Apps access/Allow installing apps\n\n(Document model: ir.module.module)', None)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/odoo/odoo12/addons/website/models/ir_http.py", line 198, in _handle_exception
response = super(Http, cls)._handle_exception(exception)
File "/home/odoo/odoo12/addons/utm/models/ir_http.py", line 31, in _handle_exception
response = super(IrHttp, cls)._handle_exception(exc)
File "/home/odoo/odoo12/odoo/addons/base/models/ir_http.py", line 177, in _handle_exception
return request._handle_exception(exception)
File "/home/odoo/odoo12/odoo/http.py", line 774, in _handle_exception
return super(HttpRequest, self)._handle_exception(exception)
File "/home/odoo/odoo12/odoo/http.py", line 312, in _handle_exception
raise pycompat.reraise(type(exception), exception, sys.exc_info()[2])
File "/home/odoo/odoo12/odoo/tools/pycompat.py", line 87, in reraise
raise value
File "/home/odoo/odoo12/odoo/addons/base/models/ir_http.py", line 203, in _dispatch
result = request.dispatch()
File "/home/odoo/odoo12/odoo/http.py", line 833, in dispatch
r = self._call_function(**self.params)
File "/home/odoo/odoo12/odoo/http.py", line 344, in _call_function
return checked_call(self.db, *args, **kwargs)
File "/home/odoo/odoo12/odoo/service/model.py", line 97, in wrapper
return f(dbname, *args, **kwargs)
File "/home/odoo/odoo12/odoo/http.py", line 340, in checked_call
result.flatten()
File "/home/odoo/odoo12/odoo/http.py", line 1268, in flatten
self.response.append(self.render())
File "/home/odoo/odoo12/odoo/http.py", line 1261, in render
return env["ir.ui.view"].render_template(self.template, self.qcontext)
File "/home/odoo/odoo12/odoo/addons/base/models/ir_ui_view.py", line 1284, in render_template
return self.browse(self.get_view_id(template)).render(values, engine)
File "/home/odoo/odoo12/addons/website/models/ir_ui_view.py", line 318, in render
return super(View, self).render(values, engine=engine, minimal_qcontext=minimal_qcontext)
File "/home/odoo/odoo12/addons/web_editor/models/ir_ui_view.py", line 27, in render
return super(IrUiView, self).render(values=values, engine=engine, minimal_qcontext=minimal_qcontext)
File "/home/odoo/odoo12/odoo/addons/base/models/ir_ui_view.py", line 1293, in render
return self.env[engine].render(self.id, qcontext)
File "/home/odoo/odoo12/odoo/addons/base/models/ir_qweb.py", line 59, in render
result = super(IrQWeb, self).render(id_or_xml_id, values=values, **context)
File "/home/odoo/odoo12/odoo/addons/base/models/qweb.py", line 274, in render
self.compile(template, options)(self, body.append, values or {})
File "/home/odoo/odoo12/odoo/addons/base/models/qweb.py", line 348, in _compiled_fn
raise e
File "/home/odoo/odoo12/odoo/addons/base/models/qweb.py", line 346, in _compiled_fn
return compiled(self, append, new, options, log)
File "<template>", line 1, in template_873_48
File "/home/odoo/odoo12/odoo/addons/base/models/qweb.py", line 353, in _compiled_fn
raise QWebException("Error to render compiling AST", e, path, node and etree.tostring(node[0], encoding='unicode'), name)
odoo.addons.base.models.qweb.QWebException: ('Sorry, you are not allowed to access this document. Only users with the following access level are currently allowed to do that:\n- Apps access/Allow installing apps\n\n(Document model: ir.module.module)', None)
Traceback (most recent call last):
File "/home/odoo/odoo12/odoo/api.py", line 1039, in get
value = self._data[key][field][record._ids[0]]
KeyError: 141
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/odoo/odoo12/odoo/fields.py", line 980, in __get__
value = record.env.cache.get(record, self)
File "/home/odoo/odoo12/odoo/api.py", line 1041, in get
raise CacheMiss(record, field)
odoo.exceptions.CacheMiss: ('ir.module.module(141,).shortdesc', None)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/odoo/odoo12/odoo/tools/cache.py", line 88, in lookup
r = d[key]
File "/home/odoo/odoo12/odoo/tools/func.py", line 69, in wrapper
return func(self, *args, **kwargs)
File "/home/odoo/odoo12/odoo/tools/lru.py", line 44, in __getitem__
a = self.d[obj].me
KeyError: ('ir.model.access', <function IrModelAccess.check at 0x7f531cdfbea0>, 11, 'ir.module.module', 'read', True, ('en_US',))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/odoo/odoo12/odoo/models.py", line 2832, in _prefetch_field
result = records.read([f.name for f in fs], load='_classic_write')
File "/home/odoo/odoo12/odoo/models.py", line 2751, in read
self.check_access_rights('read')
File "/home/odoo/odoo12/odoo/models.py", line 3022, in check_access_rights
return self.env['ir.model.access'].check(self._name, operation, raise_exception)
File "</usr/local/lib/python3.6/dist-packages/decorator.py:decorator-gen-23>", line 2, in check
File "/home/odoo/odoo12/odoo/tools/cache.py", line 93, in lookup
value = d[key] = self.method(*args, **kwargs)
File "/home/odoo/odoo12/odoo/addons/base/models/ir_model.py", line 1271, in check
raise AccessError(msg % msg_params)
odoo.exceptions.AccessError: ('Sorry, you are not allowed to access this document. Only users with the following access level are currently allowed to do that:\n- Apps access/Allow installing apps\n\n(Document model: ir.module.module)', None)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/odoo/odoo12/odoo/tools/cache.py", line 88, in lookup
r = d[key]
File "/home/odoo/odoo12/odoo/tools/func.py", line 69, in wrapper
return func(self, *args, **kwargs)
File "/home/odoo/odoo12/odoo/tools/lru.py", line 44, in __getitem__
a = self.d[obj].me
KeyError: ('ir.model.access', <function IrModelAccess.check at 0x7f531cdfbea0>, 11, 'ir.module.module', 'read', True, ('en_US',))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/odoo/odoo12/odoo/addons/base/models/qweb.py", line 346, in _compiled_fn
return compiled(self, append, new, options, log)
File "<template>", line 1, in template_website_layout_104
File "<template>", line 2, in body_call_content_103
File "/home/odoo/odoo12/odoo/fields.py", line 984, in __get__
self.determine_value(record)
File "/home/odoo/odoo12/odoo/fields.py", line 1085, in determine_value
record._prefetch_field(self)
File "/home/odoo/odoo12/odoo/models.py", line 2835, in _prefetch_field
result = self.read([f.name for f in fs], load='_classic_write')
File "/home/odoo/odoo12/odoo/models.py", line 2751, in read
self.check_access_rights('read')
File "/home/odoo/odoo12/odoo/models.py", line 3022, in check_access_rights
return self.env['ir.model.access'].check(self._name, operation, raise_exception)
File "</usr/local/lib/python3.6/dist-packages/decorator.py:decorator-gen-23>", line 2, in check
File "/home/odoo/odoo12/odoo/tools/cache.py", line 93, in lookup
value = d[key] = self.method(*args, **kwargs)
File "/home/odoo/odoo12/odoo/addons/base/models/ir_model.py", line 1271, in check
raise AccessError(msg % msg_params)
odoo.exceptions.AccessError: ('Sorry, you are not allowed to access this document. Only users with the following access level are currently allowed to do that:\n- Apps access/Allow installing apps\n\n(Document model: ir.module.module)', None)
Error to render compiling AST
AccessError: ('Sorry, you are not allowed to access this document. Only users with the following access level are currently allowed to do that:\n- Apps access/Allow installing apps\n\n(Document model: ir.module.module)', None)
Template: website.layout
Path: /templates/t/t/nav/ul[3]/li[5]/div/div/div/div[2]
Node: <div groups="base.group_system" name="module_website_blog" t-att-data-module-id="env.ref('base.module_website_blog').id" t-att-data-module-shortdesc="env.ref('base.module_website_blog').shortdesc" class="col-md-4 mb8 o_new_content_element">
<a href="#" data-action="new_blog_post">
<i class="fa fa-rss"/>
<p>New Blog Post</p>
</a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment