Change 1 of 60
Accented characters in URLs
Website URLs now support Unicode normalization, allowing the use of accented characters.
Official Odoo 20 release note
In plain words
Page URLs can now keep accented letters. When you create a page called "Café Crème Brûlée", its URL becomes /café-crème-brûlée instead of an ASCII-only slug, and the URL is Unicode-normalized so the same address always matches.
Where to find it
- Website > Site > New Page, name it "Café Crème Brûlée".
- Website > Site > Pages, look at the Page URL column.
For users
New pages and redirects can use accented URLs that match the page title in languages like French or Spanish.
For developers
The slug and URL helpers in ir_http and website keep non-ASCII letters and apply Unicode normalization instead of stripping accents.
Upgrading from Odoo 19
Existing URLs are not rewritten. Only pages created or renamed after the upgrade get accented URLs.
