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 .. 22 Next › Last »

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

adham commented on 2022-09-01 12:12 (UTC)

https://nightly.odoo.com/15.0/nightly/src/odoo_15.0.20220512.tar.gz is no longer available and yields a 404 error. Kindly update to odoo_15.0.latest.tar.gz or latest nightly build.

krouziciorel commented on 2022-05-16 07:22 (UTC)

@bidossessi

Many thanks to the updated package, Odoo is working for now without any problems.

krouziciorel commented on 2022-05-12 11:50 (UTC)

Odoo 15 is working now with Python 3.10, I had tested the latest version and locally update PKGBUILD for the file odoo_15.0.20220512.tar.gz (it is necessary change the _pkgsubver, package "python<=3.9" to "python", update all sha256sums and download the odoo.install file from https://aur.archlinux.org/cgit/aur.git/snapshot/odoo.tar.gz).

The second choice will be docker, Odoo 15 is working with them in Arch Linux without any problems.