Package Details: odoo 17.0-6

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-03-07 17:46 (UTC)

Latest Comments

1 2 3 4 5 6 .. 21 Next › Last »

Weby commented on 2024-03-07 17:13 (UTC) (edited on 2024-03-07 17:13 (UTC) by Weby)

Hey everyone. If you guys get such an error while trying to print a document, you should downgrade python-reportlab from version 4.xxx to 3.6.12-3.

Traceback (most recent call last):
  File "/usr/lib/python3.11/site-packages/reportlab/graphics/renderPM.py", line 43, in _getPMBackend
    import rlPyCairo as M
ModuleNotFoundError: No module named 'rlPyCairo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.11/site-packages/reportlab/graphics/renderPM.py", line 46, in _getPMBackend
    import _rl_renderPM as M
ModuleNotFoundError: No module named '_rl_renderPM'

AlphaJack commented on 2024-03-02 10:00 (UTC)

@HLFH Updated, thank you!

HLFH commented on 2024-03-01 08:50 (UTC) (edited on 2024-03-01 09:12 (UTC) by HLFH)

python-xlrd-1 (v1) dep is required for example to import contacts data for Odoo Contacts (& CRM).
I submitted this package on the AUR as python-xlrd (v2) is not supported by Odoo 17 (only 1.2.0 is supported).
Please fix the dep reference.

Here is the link

PrestonHee commented on 2023-12-06 02:55 (UTC)

==> 正在创建软件包:odoo 17.0-3 (2023年12月06日 星期三 10时47分55秒) ==> 正在检查运行时依赖关系... ==> 正在检查编译时依赖关系 ==> 获取源代码... -> 找到 odoo_17.0.latest.tar.gz -> 找到 odoo.conf -> 找到 odoo.logrotate -> 找到 odoo.service -> 找到 odoo.sysusers -> 找到 odoo.tmpfiles ==> 正在验证 source 文件,使用b2sums... odoo_17.0.latest.tar.gz ... 失败 odoo.conf ... 通过 odoo.logrotate ... 通过 odoo.service ... 通过 odoo.sysusers ... 通过 odoo.tmpfiles ... 通过 ==> 错误: 一个或多个文件没有通过有效性检查! -> 生成时出错: odoo-exit status 1 -> 无法安装以下软件包, 需要手动介入处理: odoo - exit status 1

HLFH commented on 2023-11-27 21:09 (UTC) (edited on 2023-11-27 21:18 (UTC) by HLFH)

The addons_path for odoo.conf should be: addons_path = /usr/lib/python3.11/site-packages/odoo/addons,/var/lib/odoo/.local/share/Odoo/addons/17.0

The first one is for default addons, the second one is for apps.odoo.com AppStore addons.

HLFH commented on 2023-11-11 15:36 (UTC)

Maybe create the logfile line in odoo.conf: logfile = /var/log/odoo/odoo-server.log

And set for the tmpfiles what I do manually:

chown -R odoo:odoo /var/log/odoo

Weby commented on 2023-07-15 08:26 (UTC)

As of today, if you want this to work with the current versions of everything, you will need to edit

/usr/lib/python3.11/site-packages/odoo/http.py

Inside class FutureResponse:, at line 1115, there should be a charset = 'utf-8'.

I added a new line underneath it like so :

    charset = 'utf-8'
    _charset = 'utf-8'

This makes Odoo v16 run with Werkzeug v2.3.2.

graeme commented on 2022-12-30 11:00 (UTC) (edited on 2022-12-30 19:40 (UTC) by graeme)

@Spixmaster that error you are referencing should read as follows

class SignedIntConverter(werkzeug.routing.converters.NumberConverter):

I also had to hash out utils to stop that error

You can try getting the requirements.txt from github and run

pip3 install -r requirements.txt 

I hope you didn't upgrade from v15 to v16 as that didn't go so well mine is unusable now!

Hope this helps

Spixmaster commented on 2022-12-30 07:28 (UTC) (edited on 2022-12-30 07:29 (UTC) by Spixmaster)

There are many errors when running this software because the dependency versions do not match with what the project uses. Is there a good way to fix this? Here is an example error: 2022-12-30 07:26:39,569 2534 CRITICAL ? odoo.modules.module: module 'werkzeug.routing' has no attribute 'NumberConverter'

graeme commented on 2022-12-01 05:10 (UTC)

Playing around with installing this, python-freezegun needs to be added to dependencies as modules won't install with out it, am getting a "wkhtmltopdf seams to be broken error" still working on it if anyone knows why wkhtmltopdf-static isn't enough let me know what to do please.

Thanks