Daily updates from Odoo
Navigate
Branch
Saturday, October 12, 2019
5 changes
Resolved issues and error corrections
The IoT display driver now checks whether the server successfully returned a display URL before trying to use it. This prevents error messages from being treated as web addresses, reducing failed or confusing display loading behavior.
Original PR description
[FIX] iot: DisplayDriver load_url error We didn't check the status of the response of the server when getting the url of the display. If the status was different from 200, we tried to use the error response as URL. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#38512
This fix corrects how inventory costs are handled when stock moves using average costing are unlocked or reopened. It helps keep stock valuation and accounting figures accurate after operational corrections.
Original PR description
[FIX] stock_account: avco and unlock Forward-Port-Of: odoo/odoo#38535 Forward-Port-Of: odoo/odoo#38480
This update fixes mobile usability issues in manufacturing and stock operations. Users get better-placed bill of materials controls and can correctly find existing lot numbers when processing mobile deliveries.
Original PR description
[FIX] mrp,stock: fix some mobile issues See commit's message for more informations. Forward-Port-Of: odoo/odoo#38162
This update prevents an error in the IoT module when a device has no IP address recorded. It helps keep IoT device records stable even when optional network information is unavailable.
Original PR description
[FIX] iot: avoid cache miss if no ip Since the ip field is not required, the _compute_ip_url will crash because it will try to add a boolean and a string Forward-Port-Of: odoo/enterprise#6050
Features or functions removed from Odoo
The stock module no longer includes the separate wizard for assigning a responsible person to stock pickings. This simplifies the workflow because users can now assign the responsible person directly from the list view, removing an extra step.
Original PR description
As the responsible can be assigned directly in the list view, the assign responsible wizard is now useless.