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.018543
First Submitted: 2015-06-08 10:31 (UTC)
Last Updated: 2024-05-11 15:20 (UTC)

Latest Comments

« First ‹ Previous 1 .. 17 18 19 20 21 22

tocer commented on 2010-10-27 01:25 (UTC)

welcome anyone adopt the package

tocer commented on 2010-06-18 01:54 (UTC)

coffeeowl: Sorry for reply so late. I have no better idea about your patch of the PKGBUILD. And I should have no enough time to maintain it in the future. Do you like adopt it?

<deleted-account> commented on 2010-06-14 07:40 (UTC)

Done. http://aur.pastebin.com/XnAW22G3 I should say I'm not good at shell scripting, so I have adopted one that comes with mysql :-) But still there can be some bugs. One of them I know - as you can see I forcibly change ownership of the /etc/openerp-server.conf to openerp user(postgres). if [ -e $ERP_SERVER_OPTFILE ]; then chown $ERP_USER:$ERP_GROUP $ERP_SERVER_OPTFILE fi I guess it's definitely not good, but I don't know how to make this file readable to the openerp-server any other way.

tocer commented on 2010-06-13 22:16 (UTC)

coffeeowl: it's a good idea. you can post the PKGBUILD in the pastbin. thank you.

<deleted-account> commented on 2010-06-13 14:57 (UTC)

Hi tocer, I think it would be nice to have this server act as an daemon (I mean /etc/rc.d way). I have modified PKGBUILD and added some files to implement this functionality. If you are interested I can send them to you.

tocer commented on 2010-04-02 15:20 (UTC)

fixed. thanks yannick555

<deleted-account> commented on 2010-04-02 14:35 (UTC)

I managed to install openerp-server, after a manual hack to install pydot. Nevertheless, the generated file in /usr/bin/openerp-server is incorrect, it changes to directory /tmp/yaourt-xxxxx/... which is not right. The right one should be /usr/lib/python2.6/site-packages/openerp-server

tocer commented on 2010-03-25 03:31 (UTC)

python25 -> python26. I don't know if anybody need openerp package with python25 dependency?