Tuesday, November 19, 2024
4 changes
2 changes
Code cleanup and technical improvements
This update renames internal WhatsApp channel fields so the browser-side code matches the server-side naming. It should not change user workflows, but it reduces confusion for future maintenance and helps avoid inconsistencies in WhatsApp discussions.
Original PR description
https://github.com/odoo/odoo/pull/184367
This change removes an outdated customization in the enterprise web module because the related menu data is no longer prepared in the underlying community code. It reduces maintenance overhead without changing what business users see or do.
Original PR description
The override is no longer necessary as the code in community no longer computes menu_data.
2 changes
Code cleanup and technical improvements
This change removes a duplicated internal component used by automated website tours and relies on the existing shared version instead. It reduces maintenance complexity without changing the expected user experience.
Original PR description
In this commit, we remove the MacroEngine class which duplicates the Macro class.
This update removes a duplicate internal component used to manage web tour macros, reducing maintenance complexity. Business users should not see any change in day-to-day behavior, but the cleanup helps keep the product easier to maintain and evolve.
Original PR description
[REF] web_tour: remove MacroEngine class In this commit, we remove the MacroEngine class which duplicates the Macro class.