-
Notifications
You must be signed in to change notification settings - Fork 14
Description
I installed Odoo and Aeroo report on a fresh Ubuntu 14.040 server installation.
Everything went fine, I updated the module list and installed Aeroo report with no error.
I only encountered an error while trying to install Aero Direct Printing
Traceback (most recent call last):
File "/opt/odoo/odoo-server/openerp/http.py", line 536, in _handle_exception
return super(JsonRequest, self)._handle_exception(exception)
File "/opt/odoo/odoo-server/openerp/http.py", line 573, in dispatch
result = self._call_function(*_self.params)
File "/opt/odoo/odoo-server/openerp/http.py", line 309, in _call_function
return checked_call(self.db, *args, *_kwargs)
File "/opt/odoo/odoo-server/openerp/service/model.py", line 113, in wrapper
return f(dbname, _args, *_kwargs)
File "/opt/odoo/odoo-server/openerp/http.py", line 306, in checked_call
return self.endpoint(_a, *_kw)
File "/opt/odoo/odoo-server/openerp/http.py", line 802, in call
return self.method(_args, *_kw)
File "/opt/odoo/odoo-server/openerp/http.py", line 402, in response_wrap
response = f(_args, *_kw)
File "/opt/odoo/odoo-server/addons/web/controllers/main.py", line 937, in call_kw
return self._call_kw(model, method, args, kwargs)
File "/opt/odoo/odoo-server/addons/web/controllers/main.py", line 929, in _call_kw
return getattr(request.registry.get(model), method)(request.cr, request.uid, _args, *_kwargs)
File "/opt/odoo/odoo-server/openerp/api.py", line 241, in wrapper
return old_api(self, _args, *_kwargs)
File "/opt/odoo/custom/addons/report_aeroo_direct_print/installer.py", line 83, in default_get
conn = cups.Connection()
RuntimeError: failed to connect to server
By the way I am Fabrice from the Odoo community