Monday, December 8, 2025
1 change · master
Enhancements to existing features
This update clarifies the naming of a component within Odoo's website generator module. The original name, `Img`, was confusingly similar to the standard HTML image tag. Renaming it to `Image` improves readability and maintainability of the website templates.
Original PR description
The `Img` component has a confusing name, because in templates it looks too similar to the HTML tag `<img>`. To improve clarity, this commit changes the name to `Image`. task-5345698