Daily updates from Odoo
Thursday, June 4, 2026
2 changes · master
Features or functions removed from Odoo
This update removes a previously used JavaScript file related to appointment scheduling. This change was made because the functionality was already available in another part of the system, eliminating a duplicate and simplifying maintenance. This ensures consistent performance and reduces potential code complexity.
Original PR description
Purpose of this PR: Since html_editor/static/src/utils/regex.js has been removed as it contained redundant logic already present in link/utils. community-https://github.com/odoo/odoo/pull/265767 task-6199269
This update removes a redundant 'today' date filter from the 'My Map' menu. As a new date selection filter is being implemented, this default filter is no longer necessary, streamlining the user experience. This change prepares the system for the upcoming date filtering functionality.
Original PR description
In this commit, we remove the default filter on "today" in the "My Map" menu. As we will introduce a date selection filter, this filter does not make sense anymore. task-6273672