Daily updates from Odoo
Tuesday, July 16, 2024
1 change
Code cleanup and technical improvements
Phone number validation and formatting utilities are being moved into a shared toolkit so more parts of Odoo can use them without installing the full phone validation app. This helps website features reuse existing phone formatting logic while keeping dependencies lighter and more focused.
Original PR description
This commit has for main purpose to make available the phone_validation tools for every module without needed to depends on phone_validation odoo module. We do that so website can implement phone formatting based on already known dependencies we have in backend without depending on the whole phone_validation module which would be out of scope for the website feature. task-3700790