Thursday, March 19, 2026
2 changes · 19.0
Enhancements to existing features
Website editors can now enter SEO keywords longer than the previous 30-character limit. This gives teams more flexibility when optimizing pages for search, especially for longer phrases or campaign-specific terms.
Original PR description
Before this commit: The SEO dialog enforced a maxlength of 30 characters on the Keywords input and applied validation checks, preventing users from entering longer keyword values. After this commit: The maxlength attribute is removed so user can now allowing keywords of any length to be entered in the SEO dialog. task-5423796
Test runs can now use an environment setting to choose a specific Chrome or Chromium browser version. This helps teams investigate browser-specific test failures more quickly without changing application behavior for users.
Original PR description
This is mainly used to more easily provide an arbitrary version of Chrome/Chromium to debug browser's version specific breaking changes. Forward-Port-Of: odoo/odoo#253630