Daily updates from Odoo
Monday, January 29, 2018
2 changes · master
Resolved issues and error corrections
This fix ensures website editing and related frontend tools use the user's language settings consistently. It helps prevent mismatched translations or language context issues when managing website content, portal pages, blogs, and editor features.
Original PR description
Most locations of the website use web_editor.context to get sort of a dummy context containing the language (and possibly version/website). The web planner did not and in 9.0 up to saas-16 this has been solved by a fix with [...]. In this change for 11.0, what is done is having this dummy context inside the session so the context is gotten in the frontend as it was in the backend. opw-781727
When a route is selected on a sales order line, Odoo now also applies the related warehouse push rules, not just pull rules. This helps stock moves follow the intended logistics path more consistently and reduces manual corrections in warehouse operations.
Original PR description
The user is able to specify a route on a SO line. The pull rules are correctly used however the push rules are not apply. This patch adds a check in order to apply possible push rules associated to the route specified on the SO lines. Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr