Search Criteria
Package Details: odoo 17.0-10
Package Actions
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) |
Dependencies (51)
- postgresql (postgresql-12AUR, postgresql13AUR, postgresql15-docsAUR, postgresql15AUR, postgresql17-docsAUR, postgresql17AUR, postgresql-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-babel
- python-chardet
- python-cryptography
- python-dateutil
- python-decorator
- python-docutils
- python-ebaysdkAUR
- python-freezegun
- python-geoip2
- python-gevent (python-gevent-gitAUR)
- python-greenlet
- python-html2text
- python-idna
- python-jinja
- python-libsassAUR
- python-lxml
- python-mako
- python-markupsafe
- Show 31 more dependencies...
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 22 Next › Last »
graeme commented on 2021-12-17 06:48 (UTC)
Hey all, So had odoo V14 and python 3.9 running on a basic server ran an update this morning python up to 3.10 now odoo wont start with following errors:
Traceback (most recent call last): Dec 17 16:27:13 archserver odoo[64378]: File "/usr/bin/odoo", line 5, in <module> Dec 17 16:27:13 archserver odoo[64378]: import odoo Dec 17 16:27:13 archserver odoo[64378]: File "/usr/lib/python3.10/site-packages/odoo/init.py", line 115, in <module> Dec 17 16:27:13 archserver odoo[64378]: from . import osv Dec 17 16:27:13 archserver odoo[64378]: File "/usr/lib/python3.10/site-packages/odoo/osv/init.py", line 4, in <module> Dec 17 16:27:13 archserver odoo[64378]: from . import osv Dec 17 16:27:13 archserver odoo[64378]: File "/usr/lib/python3.10/site-packages/odoo/osv/osv.py", line 5, in <module> Dec 17 16:27:13 archserver odoo[64378]: from ..models import Model, TransientModel, AbstractModel Dec 17 16:27:13 archserver odoo[64378]: File "/usr/lib/python3.10/site-packages/odoo/models.py", line 6582, in <module> Dec 17 16:27:13 archserver odoo[64378]: collections.Set.register(BaseModel) Dec 17 16:27:13 archserver odoo[64378]: AttributeError: module 'collections' has no attribute 'Set' Dec 17 16:27:13 archserver systemd[1]: odoo.service: Main process exited, code=exited, status=1/FAILURE Dec 17 16:27:13 archserver systemd[1]: odoo.service: Failed with result 'exit-code'.
any ideas? thanks Graeme
AlphaJack commented on 2021-06-04 13:38 (UTC)
@Faalagorn @Frahik @vmchura I have adopted and updated the package to v14, I did not encounter any database error with the new version
vmchura commented on 2021-05-02 21:49 (UTC)
Hello, same problem as Faalagorn and Frahik. I am new at this package, please, I need help about it, thank you.
Frahik commented on 2021-01-11 19:04 (UTC)
I have the same problem as Faalgorn, I have not been able to solve it, I tried through virtual environments and installing this package, but I have not been able to solve it
Faalagorn commented on 2021-01-02 08:52 (UTC)
I managed to install it (I manually copied werkzeug's 3.8 files to 3.9 for Python 3.9 to work; probably not the best solution but it worked). I also had to create and give persmissions manually to
/var/lib/odoo/
, but I get the following error when creating or duplicating a database:I find some results online but no real answer online – anyone had this error?
krouziciorel commented on 2020-10-27 19:26 (UTC)
Dear genofire, yes, I agree and I prefer too not use old legacy packages.
Maybe new Odoo 14 will correct all problems, can you please update this package to the next version?
genofire commented on 2020-09-14 22:01 (UTC)
sorry @krouziciorel , but install with
pip
legacy version is a no go. I really hope that this package use venv / virtualenv - where i am fine with pip.damien commented on 2020-09-10 13:41 (UTC)
I also had to install python-wheel to get this package to install. Seems it was missed as a dependency?
krouziciorel commented on 2020-03-30 15:12 (UTC) (edited on 2020-03-31 06:15 (UTC) by krouziciorel)
Everything is fine now, I tried both options:
1.
commands:
and after starting Postgresql server and command
I can log in. The only problem is that I need to re-create the database after I leave the odoo service, because I can't login with my pre-created e-mail and password. However, this is handled by davispuh:
2.
and follow davispuh instructions, just uninstall existing python-werkzeug using pip3 and install older version 0.16.1 using AUR archive.
Now just run it:
and everything works fine, if I create a new database and user with e-mail and password, everything is fine after both services and reload.
Thank you very much for your help, ideally when the next version of Odoo will be able to work with python-werkzeug 1.0+.
By the way, after playing with the above packages I cannot run pgadmin4, I get the message:
here it will run using:
and then I can launch the web interface at
davispuh commented on 2020-03-29 14:15 (UTC)
Maybe you also need to fix
« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 22 Next › Last »