Ir al contenido principal

Entradas

Mostrando las entradas etiquetadas como ERP

OpenERP 7 y la actualización de Ubuntu 12.04 a Ubuntu 14.04

Tras la actualización del servidor de Ubuntu 12.04 a la nueva versión 14.04 OpenERP ha dejado de funcionar por un problema con la configuración de los idiomas en python, a continuación se muestra el log del servidor: Traceback (most recent call last):   File "/opt/openerp7/server/openerp/addons/web/http.py", line 203, in dispatch     response["result"] = method(self, **self.params)   File "/opt/openerp7/server/openerp/addons/web/controllers/main.py", line 701, in bootstrap_translations     translations_per_module[addon_name] = {'messages': _local_web_translations(f_name)}   File "/opt/openerp7/server/openerp/addons/web/controllers/main.py", line 493, in _local_web_translations     for x in po:   File "/usr/lib/python2.7/dist-packages/babel/messages/catalog.py", line 552, in __iter__     for name, value in self.mime_headers:   File "/usr/lib/python2.7/dist-packages/babel/messages/catalog.py", line 337, in _get_mime_he

Instalación de OpenERP 7 en Ubuntu Server 12.04 desde launchpad

Comenzaremos instalando el software necesario para poder instalar OpenERP: sudo apt - get install graphviz ghostscript postgresql - client \ python - dateutil python - feedparser python - matplotlib \ python - ldap python - libxslt1 python - lxml python - mako \ python - openid python - psycopg2 python - pybabel python - pychart \ python - pydot python - pyparsing python - reportlab python - simplejson \ python - tz python - vatnumber python - vobject python - webdav \ python - werkzeug python - xlwt python - yaml python - imaging postgresql bzr   sudo apt - get install python - dev mc python - setuptools python - babel \ python - feedparser python - reportlab - accel python - zsi python - openssl \ python - egenix - mxdatetime python - jinja2 python - unittest2 python - mock \ python - docutils lptools python - psutil python - paramiko poppler - utils \ python - pdftools antiword wget http : //gdata-python-client.googlecode.com/files/gdata-2.0.17.tar.gz tar zxvf