You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Failed to install auth_oidc module on fresh installation of Odoo 18.0 community (on Debian Bookworm host, using nightly.odoo.com repository, installed version : 18.0.20250309). When I try to install the module via the UI, I have the following error :
Error while importing module 'auth_oidc'.
while parsing /tmp/tmpntod9ffv/auth_oidc/views/auth_oauth_provider.xml:3
Error while validating view near:
<form string="arch">
<sheet>
<group>
<field name="name"/>
Field "flow" does not exist in model "auth.oauth.provider"
View error context:
{'file': '/tmp/tmpntod9ffv/auth_oidc/views/auth_oauth_provider.xml',
'line': 2,
'name': 'auth.oidc.provider.form',
'view': ir.ui.view(2572,),
'view.model': 'auth.oauth.provider',
'view.parent': ir.ui.view(2564,),
'xmlid': 'view_oidc_provider_form'}
Extract it and create a zip archive of the auth_oidc directory
Connect to Odoo
Enable developer mode
Go to Apps and click on Import Module button in tools bar
Select ZIP file
Check the Force init checkbox
Click on the Install button
Expected behavior
The module could be installed without error.
Additional context
By default, the Odoo auth_oauth module is installed. I firstly try to configure it, but the implicit flow is not compatible with my OIDC provider (Authentic2). I also try to uninstall it before installing auth_oidc module, but its automatically re-enabled and I always have the same error.
The text was updated successfully, but these errors were encountered:
Module
auth_oidc
Describe the bug
Failed to install
auth_oidc
module on fresh installation of Odoo 18.0 community (on Debian Bookworm host, using nightly.odoo.com repository, installed version :18.0.20250309
). When I try to install the module via the UI, I have the following error :To Reproduce
Affected versions:
Steps to reproduce the behavior:
auth_oidc
directoryExpected behavior
The module could be installed without error.
Additional context
By default, the Odoo auth_oauth module is installed. I firstly try to configure it, but the implicit flow is not compatible with my OIDC provider (Authentic2). I also try to uninstall it before installing auth_oidc module, but its automatically re-enabled and I always have the same error.
The text was updated successfully, but these errors were encountered: