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

Latest Comments

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

HLFH commented on 2024-05-10 07:38 (UTC)

@SamWhited You are right. LGPL-3.0-only is the correct one. Thanks.

SamWhited commented on 2024-05-09 18:58 (UTC)

nit: the license is wrong on this package, odoo is LGPL (https://github.com/odoo/odoo/blob/17.0/LICENSE). I couldn't tell from their license file whether it's v3 only or v3 or later, but I'm pretty sure it's v3 only since it's not specified. This would make the correct SPDX identifier: LGPL-3.0-only

SamWhited commented on 2024-05-09 13:21 (UTC) (edited on 2024-05-09 13:22 (UTC) by SamWhited)

After installing odoo if I start it and tail the log I get errors about generating XML templates and a 500 on the startup pages. I am unsure if this is related to the python lxml issues mentioned in previous comments, so just posting in case it's useful to you. Thanks for maintaining this package!

  File "/usr/lib/python3.12/site-packages/odoo/tools/profiler.py", line 300, in _tracked_compile
    return method_compile(self, template)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/odoo/addons/base/models/ir_qweb.py", line 659, in _compile
    return self._load_values(base_key_cache, generate_functions)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/odoo/addons/base/models/ir_qweb.py", line 2506, in _load_values
    return get_value()
           ^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/odoo/addons/base/models/ir_qweb.py", line 628, in generate_functions
    code, options, def_name = self._generate_code(template)
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/odoo/addons/base/models/ir_qweb.py", line 767, in _generate_code
    raise QWebException("Error when compiling xml template",
odoo.addons.base.models.ir_qweb.QWebException: Error when compiling xml template
ValueError: forbidden opcode(s) in 'True': RETURN_CONST
Template: database_manager
Path: /html/body/div/div[4]/div/div/form/div[1]/t[1]
Node: <t t-set="set_master_pwd" t-value="True"/>

HLFH commented on 2024-05-01 00:09 (UTC)

I released https://aur.archlinux.org/packages/odoo-17 that is fully tied to Python 3.11 and deps are taken from requirements.txt. Feel free to copy the content as you like.

HLFH commented on 2024-04-29 13:37 (UTC)

python 3.12 is not supported: https://github.com/odoo/odoo/issues/138728. I will work on the odoo package to provide Odoo 17 python deps with python 3.11.

HLFH commented on 2024-04-09 23:55 (UTC)

python-werkzeug2 is now available on the AUR

HLFH commented on 2024-04-08 14:38 (UTC)

python-reportlab3 is now available on the AUR

davispuh commented on 2024-03-27 00:31 (UTC)

Sadly reportlab v3 is not in AUR :( someone has to package it...

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!