Friday, April 10, 2026
1 change · 18.0
Enhancements to existing features
This update prevents unnecessary creation of user settings for Odoo Portal users. Previously, the system would automatically create these settings, which was inefficient and potentially problematic. This change streamlines the process and improves system performance.
Original PR description
By default, portal does not need res.user.settings. Since this linked record is optional, we should avoid to create it is not needed. This commit adds a check to avoid introducing logic that may create res_users_settings by mistake for portal user.