Daily updates from Odoo
Monday, January 13, 2025
1 change · master
Code cleanup and technical improvements
This update adjusts WhatsApp-related field selector usage to match a recent naming cleanup in the underlying platform. It keeps the Enterprise code aligned with the main Odoo framework and reduces maintenance risk without changing business workflows.
Original PR description
*: whatsapp: widget usages adaptations Since [1], DynamicModelFieldSelectorChar field widget was introduced. The related community commit renames it amongst other things. This commit adapts its usages in the enterprise repository. [1]: https://github.com/odoo/odoo/commit/fe62bfeacb38e03cb94010f1f75ae301951ac9d1 task-4388736