Daily updates from Odoo
Tuesday, February 5, 2019
1 change
Code cleanup and technical improvements
This change simplifies how Odoo website pages retrieve shared context information by making the website root responsible for it. It reduces the risk of conflicts when future enhancements add more context values, with little expected direct impact for business users.
Original PR description
* website_forum, website_gengo, website_mail_channel, website_sale Retrieving the global context is now the root's job, this will prevent problems when trying to extend the values the context has. See upcoming improvements with https://github.com/odoo/odoo/pull/29442