Daily updates from Odoo
Wednesday, March 25, 2020
4 changes
Enhancements to existing features
Warehouse users can now reduce inventory line quantities directly from the barcode screen with a new minus button that disappears at zero. The update also improves mobile scanning visuals and fixes related barcode workflow issues for creating inventory lines and opening pickings.
Original PR description
Adds a button to decrement the quantity on inventory lines in the barcode view. This button is hide if the quantity are equal to zero. task-2212294
Rental planners now see a warning in the Gantt schedule when booked rental quantities exceed available stock. This helps teams spot overcommitments earlier and avoid promising products that cannot be fulfilled.
Original PR description
We can rent product more than we have in stock. Show a warning in Gantt view if we rent more product than we have in stock. Task Id 2219464
Invoices created from sales orders now include the related sales order notes, helping customers and staff see important context directly on the invoice. When several sales orders are combined into one invoice, invoice lines are ordered more clearly so notes and products do not become confusingly mixed.
Original PR description
Sales Order notes were not passed in when generating the invoices.
* [IMP] When generating an Invoice from several SO's the lines sequences
were copied from the SO's. Because of that the resulting Invoice
could have lines mixed-up between the different SO's which could
be confusing, especially as notes are now passed in too.
Task ID #2206228Resolved issues and error corrections
This update makes several business apps more reliable by ensuring automatically calculated values are always filled in at the right time. It reduces errors and warnings during document, support, field service, marketing, accounting, and eBay sales workflows.
Original PR description
All stored computes need to always define a value. Some stored compute fields have to be computed after record creation. Enterprise counterpart of https://github.com/odoo/odoo/pull/42560