Search Criteria
Package Details: odoo 13.0-4
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 python web-based |
Licenses: | |
Conflicts: | |
Replaces: | |
Submitter: | bidossessi |
Maintainer: | contra-bit |
Last Packager: | tirrevip |
Votes: | 53 |
Popularity: | 0.001554 |
First Submitted: | 2015-06-08 10:31 |
Last Updated: | 2020-03-21 07:59 |
Dependencies (43)
- python (python-dbg)
- python-babel
- python-chardet
- python-dateutil
- python-decorator
- python-docutils
- python-ebaysdk
- python-feedparser (python-feedparser-dev)
- python-gevent (python-gevent-git)
- python-greenlet
- python-html2text (python-html2text-git)
- python-jinja
- python-ldap
- python-lxml
- python-mako
- python-markupsafe
- python-mock
- python-num2words
- python-ofxparse
- python-passlib
- python-pillow (python-pillow-git, python-pillow-simd)
- python-polib
- python-psutil
- python-psycopg2 (python-psycopg2-binary, python2-psycopg2-binary)
- python-pydot
- python-pyparsing
- python-pypdf2
- python-pyserial
- python-pytz
- python-pyusb (python-pyusb-git)
- python-qrcode
- python-reportlab
- python-requests
- python-vatnumber
- python-vobject
- python-werkzeug
- python-xlrd
- python-xlsxwriter
- python-xlwt
- python-zeep
- sassc (sassc-git, python-libsass)
- wkhtmltopdf-static
- python-setuptools (make)
Latest Comments
« First ‹ Previous ... 13 14 15 16 17 18 19 Next › Last »
L42y commented on 2010-12-05 22:16
5.0.15 is out, if you don't have much time to maintian it, and if you like to, transfer it to me.
L42y commented on 2010-12-05 21:54
5.0.15 is out, if you don't have much time to maintian it, and if you like to, transfer it to me.
Anonymous comment on 2010-11-01 11:47
thanks I take care of it ;-)
tocer commented on 2010-10-27 01:25
welcome anyone adopt the package
tocer commented on 2010-06-18 01:54
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?
Anonymous comment on 2010-06-14 07:40
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
coffeeowl:
it's a good idea. you can post the PKGBUILD in the pastbin. thank you.
Anonymous comment on 2010-06-13 14:57
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
fixed. thanks yannick555
Anonymous comment on 2010-04-02 14:35
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