OCA / server-brand

GNU Affero General Public License v3.0
58 stars 148 forks source link

ERROR 403 login with portal acces from granted customer #27

Closed sergioeix closed 4 years ago

sergioeix commented 4 years ago

All sections from customer portal works but not the customer documents (quotations invoices ..) section Odoo 13 Ubuntu linux multicompany multiwebsite Solved uninstalling remove_odoo_enterprise.

403: Prohibido No está autorizado a ver la página que está buscando.

QWeb Mensaje de Error:

Error to render compiling AST AccessError: ("Lo sentimos, no tiene permiso para acceder a documentos de tipo 'Módulo' (ir.module.module). Esta operación está permitida para los grupos:\n\t- Administration/Settings - (Operación: read, Usuario: 7)", None) Template: portal.portal_layout Path: /t/t/div[2]/div/t[1]/div/div[2]/div[2]/t Node:

        </t>

Error ocurrido durante el dibujado de la plantilla portal.portal_layout y evaluando la siguiente expresión:

Traza Traceback (most recent call last): File "/opt/odoo13/odoo/odoo/tools/cache.py", line 85, in lookup r = d[key] File "/opt/odoo13/odoo/odoo/tools/func.py", line 69, in wrapper return func(self, *args, **kwargs) File "/opt/odoo13/odoo/odoo/tools/lru.py", line 44, in getitem a = self.d[obj].me KeyError: ('ir.model.access', <function IrModelAccess.check at 0x7f34ca1d8b70>, 7, False, 'ir.module.module', 'read', True, ('es_ES',))

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo13/odoo/odoo/addons/base/models/qweb.py", line 332, in _compiled_fn return compiled(self, append, new, options, log) File "