Search Criteria
Package Details: odoo18-nightly 18.0-3
Package Actions
| Git Clone URL: | https://aur.archlinux.org/odoo18-nightly.git (read-only, click to copy) |
|---|---|
| Package Base: | odoo18-nightly |
| Description: | Odoo. Open Source Apps To Grow Your Business. |
| Upstream URL: | https://odoo.com/ |
| Keywords: | odoo odoo18 openerp |
| Licenses: | LGPL-3.0-only |
| Provides: | odoo, odoo18, openerp |
| Submitter: | SamWhited |
| Maintainer: | SamWhited |
| Last Packager: | SamWhited |
| Votes: | 1 |
| Popularity: | 0.133624 |
| First Submitted: | 2024-11-10 13:51 (UTC) |
| Last Updated: | 2025-01-08 13:36 (UTC) |
Dependencies (2)
- postgresql (postgresql-12AUR, postgresql-gitAUR, postgresql13AUR, postgresql18-docsAUR, postgresql18AUR, postgresql17-docsAUR, postgresql17AUR, postgresql15-docsAUR, postgresql15AUR, postgresql16-docsAUR, postgresql16AUR)
- python312AUR
Required by (2)
- python-odoo-bikeshop (requires odoo)
- python-odoo18-jid (requires odoo18)
Latest Comments
SamWhited commented on 2024-11-10 16:06 (UTC) (edited on 2024-11-10 20:54 (UTC) by SamWhited)
Thanks for the report, I'll double check permissions when I'm next at my desk.
EDIT: fixed the addons path and post-install/upgrade instructions.
kuon commented on 2024-11-10 15:35 (UTC) (edited on 2024-11-10 16:02 (UTC) by kuon)
After installation I have this error when I try to initialize the database.
A few tables are created, so the database connection is correct, but then this error is thrown:
I wonder if the packaging steps are missing some files.
I was able to start the server as root, so there must be a a place where the user odoo18 doesn't have permission.
After starting with
-i baseas root, I did achown -R odoo18:odoo18on/var/lib/odoo18and it seems to work.UPDATE: in fact, when you run
sudo -u odoo18 /var/lib/odoo18/venv/bin/odoo --config /etc/odoo18/odoo.conf -i baseit will try to access the current directory, which yield to error if current directory is not accessible by the odoo user.cd /tmpbefore running the command fix it.I also had to change the path in the config