Sunday, August 17, 2025
1 change · saas-18.4
Resolved issues and error corrections
Calendar list views now correctly show meetings that have no organizer when users group them by responsible person and creation date. This prevents meetings from being unintentionally hidden, helping teams keep a complete view of scheduled work.
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