Saturday, August 15, 2026
1 change · saas-18.4
Resolved issues and error corrections
Portal users now see the expected breadcrumb when editing their account information from the home page. This small navigation fix helps users understand where they are and move around the portal more easily.
Original PR description
Steps: - Install portal app. - Go to my/home page. - Click on `Edit information` button. Issue: - There is no breadcrumb in `my/account` page. Cause: - After [PR](https://github.com/odoo/odoo/pull/190312) page_name of `my/account` page `my_details` was overridden by `home` from `_prepare_portal_layout_values` method. Fix: - Set page_name `my_details` after `_prepare_portal_layout_values` method call to properly set page_name. Forward-Port-Of: odoo/odoo#279072