Tuesday, August 26, 2025
1 change · master
New functionality added to Odoo
Portal users can now sign in and manage account access using passkeys, expanding a passwordless authentication option that was previously limited to internal users. This improves convenience and supports stronger, modern login security for external users such as customers or partners.
Original PR description
Before this commit passkeys were only supported for internal users. The plan was always to add in portal user functionality later. However we wanted to test passkeys and their robustness. I believe that passkeys are finally ready to be used by all users, including portal users. Upgrade script: https://github.com/odoo/upgrade/pull/8280 Task-3663657