Daily updates from Odoo
Wednesday, March 20, 2024
1 change
Resolved issues and error corrections
This update fixes a security issue where published articles from private sections were incorrectly appearing in portal users' private sections. The fix ensures that portal users can only see articles they have proper access to, preventing unauthorized visibility of private content.
Original PR description
**Current behavior before this PR:** When a user creates an article in a private section and then publishes it on the web, now if a portal user accesses that link, the article will appear in the private section of the portal as well. **Reason:** There was no specific domain to prevent the portal user from showing private articles of others. **Desired behavior after this PR:** Published web articles will not shown in the portal's private section. **Task**-3486083 Forward-Port-Of: odoo/enterprise#56231