-
-
Notifications
You must be signed in to change notification settings - Fork 491
Open
Labels
Description
I installed bitnami/odoo via helm (28.2.10 > Odoo version 18.0-20250805).
Module
oauth_oidc
Describe the bug
Odoo Client Error
UncaughtPromiseError > OwlError
Uncaught Promise > The following error occurred in onWillStart: ""auth.oauth.provider"."flow" field is undefined."
Occured on odoo.getraenke-getraenke.de on 2025-08-29 10:49:00 GMT
OwlError: The following error occurred in onWillStart: ""auth.oauth.provider"."flow" field is undefined."
To Reproduce
Affected versions:
Steps to reproduce the behavior:
- Install bitanmi/oddo
- Added python-jose via container-conenction:
cd /opt/bitnami/odoo/venv
source bin/activate
pip install python-jose
- Moved the package
server-auth/auth_oidcto/bitnami/odoo/addons/auth_oidc:
root@odoo-859689bff8-x89c7:/bitnami/odoo/addons/auth_oidc# ls -al
total 68
drw-r--r-- 12 root root 4096 Aug 29 09:15 .
drwxrwxr-x 3 odoo root 4096 Aug 29 09:07 ..
-rw-r--r-- 1 root root 7650 Aug 29 09:07 README.rst
-rw-r--r-- 1 root root 165 Aug 29 09:07 __init__.py
-rw-r--r-- 1 root root 763 Aug 29 09:15 __manifest__.py
drwxr-xr-x 2 root root 4096 Aug 29 09:14 __pycache__
drw-r--r-- 3 root root 4096 Aug 29 09:07 controllers
drw-r--r-- 2 root root 4096 Aug 29 09:07 data
drw-r--r-- 2 root root 4096 Aug 29 09:07 demo
drw-r--r-- 2 root root 4096 Aug 29 09:07 i18n
drw-r--r-- 3 root root 4096 Aug 29 09:07 models
-rw-r--r-- 1 root root 69 Aug 29 09:07 pyproject.toml
drw-r--r-- 2 root root 4096 Aug 29 09:07 readme
drw-r--r-- 3 root root 4096 Aug 29 09:07 static
drw-r--r-- 3 root root 4096 Aug 29 09:07 tests
drw-r--r-- 2 root root 4096 Aug 29 09:07 views
- Acitvate auth_oauth package in APPS
- Install package via APPS
- REBOOT pod and re-install python-jose (see (2)) before boot
- Providers is activated:
When any element is clicked OR a new one is being added, an error occurs:
Expected behavior
The OIDC configuration screen appears.
Additional context
