I took over an Odoo 9 CE project and I'm in the process of migrating it to a container. I've modified the container to have all the addons and the deployment works well until I try to export reports that have been designed using Aeroo Reports. The error below keeps popping up. I've searched through this forum for a solution but nothing has come up. Can you help?
agl openerp.addons.web.controllers.main: An exception occured during an http request Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/openerp/addons/web/controllers/main.py", line 67, in wrap return f(*args, **kwargs)
File "/usr/lib/python2.7/dist-packages/openerp/addons/web/controllers/main.py", line 1476, in index report_data, context)
File "/usr/lib/python2.7/dist-packages/openerp/http.py", line 1051, in proxy_method result = dispatch_rpc(self.service_name, method, args)
File "/usr/lib/python2.7/dist-packages/openerp/http.py", line 115, in dispatch_rpc result = dispatch(method, params)
File "/usr/lib/python2.7/dist-packages/openerp/service/report.py", line 32, in dispatch security.check(db,uid,passwd)
File "/usr/lib/python2.7/dist-packages/openerp/service/security.py", line 13, in check return res_users.check(db, uid, passwd)
File "/usr/lib/python2.7/dist-packages/openerp/addons/base/res/res_users.py", line 507, in check raise openerp.exceptions.AccessDenied()
AccessDenied: Access denied