Package Details: odoo 17.0-9

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: GPL3
Conflicts: openerp
Replaces: openerp
Submitter: bidossessi
Maintainer: AlphaJack
Last Packager: AlphaJack
Votes: 56
Popularity: 0.000000
First Submitted: 2015-06-08 10:31 (UTC)
Last Updated: 2024-04-30 12:33 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 .. 22 Next › Last »

graeme commented on 2021-12-17 23:21 (UTC)

Hey All, Me again, felling a bit overwhelmed Odoo that essentially runs my whole business from web --> shop --> accountancy is now down I was trying to find a fix for the bug only thing I can find is a patch for python-odoorpc any had success with this not being a programmer in any seance of the word reading through it is daunting. Any help would be much appreciated.

Regards Graeme

AlphaJack commented on 2021-12-17 08:19 (UTC)

@graeme Seems an upstream issue (2021-11-13), probably caused by an incompatibility (2021-12-09)with python 3.10.

Next time I would suggest to use triple backticks to make this kind of errors more readable:

```
CODE
```

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:

Database creation error: relation "ir_model" does not exist LINE 1: SELECT * FROM ir_model WHERE state='manual' ^ 

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.