Daily updates from Odoo
Monday, August 26, 2019
1 change
Features or functions removed from Odoo
The website sitemap template no longer includes unused fields that were never populated. This cleanup reduces confusion in the code without changing how website visitors or search engines experience the sitemap.
Original PR description
Sitemap generation python side set `__priority` and `__lastmod`. Sitemap view tries to read `priority` and `lastmod` which is never set. It also tried to read `changefreq` which is also never set. Code introduced with 54d30d5194 Related to #35464