Sunday, August 17, 2025
1 change · saas-18.3
Resolved issues and error corrections
Calendar meetings without an assigned organizer were sometimes hidden when users grouped the list by responsible person and creation date. This fix ensures those meetings are included when their privacy settings allow it, giving users a more complete and reliable calendar view.
Original PR description
__Issue__ In the calendar list view, meetings with no organizer and default privacy (`privacy=False`) are excluded when grouping by Responsible and Created On. __Steps to Reproduce__ 1. Create a meeting with: - `privacy` set to default, - no `organizer` 2. Go to Calendar > List view. 3. Group by Responsible, then by Created On. → The meeting is missing from the view. __Fix__ Adjust the domain to include meetings where: - `privacy=False`, and - either `user_id` is unset or their settings are in the public allowed list. - opw-4841266 Forward-Port-Of: odoo/odoo#222889 Forward-Port-Of: odoo/odoo#219903