Package Details: odoo 17.0-10

Git Clone URL: https://aur.archlinux.org/odoo.git (read-only, click to copy)
Package Base: odoo
Description: Web-based Open Source Business Apps
Upstream URL: https://www.odoo.com/
Keywords: crm erp openerp
Licenses: LGPL-3.0-only
Conflicts: openerp
Replaces: openerp
Submitter: bidossessi
Maintainer: AlphaJack
Last Packager: AlphaJack
Votes: 57
Popularity: 0.018172
First Submitted: 2015-06-08 10:31 (UTC)
Last Updated: 2024-05-11 15:20 (UTC)

Latest Comments

« First ‹ Previous 1 .. 12 13 14 15 16 17 18 19 20 21 22 Next › Last »

rivas commented on 2012-09-19 18:56 (UTC)

Initd script fails for me. "$su - openerp / $openerp-server" works.

bidossessi commented on 2012-09-05 17:49 (UTC)

Added Systemd unit file and reworked initd script a bit.

bidossessi commented on 2012-06-06 10:52 (UTC)

Switched from python-webdav to python2-webdav

PaterSiul commented on 2012-06-05 09:10 (UTC)

Please switch from python-webdav to python2-webdav (https://aur.archlinux.org/packages.php?ID=59780)

Diego.Florez commented on 2012-04-13 08:08 (UTC)

That really made it works! @bidosessi: Thank you so much for your work and support!

bidossessi commented on 2012-04-13 02:10 (UTC)

I'm changing my strategy on how to solve this issue. Moving modules inside site-packages to solve path inconsistencies @diegoflorez: revert last changes to ARGS in /etc/conf.d/openerp-server I've tested the package as a fresh install on another PC. It now works.

Diego.Florez commented on 2012-04-12 14:52 (UTC)

@bidossessi Thank you so much for your response and your work in this package, it has solved the last error. But now, when I am trying to create a database, I get this error: 2012-04-12 14:47:29,204 8952 ERROR newDataBase openerp.service.web_services: CREATE DATABASE failed: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/openerp/service/web_services.py", line 69, in _initialize_db update_module=True)[1] File "/usr/lib/python2.7/site-packages/openerp/pooler.py", line 39, in restart_pool registry = RegistryManager.new(db_name, force_demo, status, update_module, True) File "/usr/lib/python2.7/site-packages/openerp/modules/registry.py", line 160, in new openerp.modules.load_modules(registry.db, force_demo, status, update_module) File "/usr/lib/python2.7/site-packages/openerp/modules/loading.py", line 298, in load_modules loaded_modules, processed_modules = load_module_graph(cr, graph, status, perform_checks=(not update_module), report=report) File "/usr/lib/python2.7/site-packages/openerp/modules/loading.py", line 170, in load_module_graph init_module_models(cr, package.name, models) File "/usr/lib/python2.7/site-packages/openerp/modules/module.py", line 378, in init_module_models result = obj._auto_init(cr, {'module': module_name}) File "/usr/lib/python2.7/site-packages/openerp/osv/orm.py", line 2973, in _auto_init default = self._defaults[k](self, cr, SUPERUSER_ID, context) File "/usr/openerp/addons/base/res/res_company.py", line 250, in _get_logo return open(os.path.join( tools.config['root_path'], 'addons', 'base', 'res', 'res_company_logo.png'), 'rb') .read().encode('base64') IOError: [Errno 2] No existe el fichero o el directorio: '/usr/lib/python2.7/site-packages/openerp/addons/base/res/res_company_logo.png' Exception in thread Thread-4: Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 552, in __bootstrap_inner self.run() File "/usr/lib/python2.7/threading.py", line 505, in run self.__target(*self.__args, **self.__kwargs) File "/usr/lib/python2.7/site-packages/openerp/service/web_services.py", line 91, in _initialize_db cr.close() File "/usr/lib/python2.7/site-packages/openerp/sql_db.py", line 151, in wrapper raise psycopg2.OperationalError(msg) OperationalError: Unable to use a closed cursor. 2012-04-12 14:47:29,624 8952 ERROR ? openerp.netsvc: 2 No existe el fichero o el directorio

bidossessi commented on 2012-04-12 13:40 (UTC)

@diegoflorez, @JohanSJA Quickfix: Append "--addons-path=/usr/openerp/addons" to the ARGS line in /etc/conf.d/openerp-server I will upload an updated source right now.