Daily updates from Odoo
Thursday, April 9, 2020
4 changes · master
Enhancements to existing features
Project planners can now see planned, forecasted, and remaining hours when scheduling resources for tasks. The update also links forecasts directly to their related tasks, making it easier to track staffing plans and avoid over- or under-allocation.
Original PR description
Currently, when forecasting resources for a task, there is no clear overview of the number of hours initially planned and what was already forecasted. This makes planning difficult. In addition, currently there is no direct link between the task and the forecast. Task ID: 1985510
Delivery package barcodes can now be scanned reliably in the Barcode app, restoring a workflow that had stopped working after earlier changes. Barcode scanning on the stock picking form was removed to focus maintenance on the Barcode app, where users are expected to handle these operations.
Original PR description
Barcode scanning no longer handled scanning delivery package barcodes correctly due to a refactoring of stock_barcode at some point. To address this commit addresses the following 2 improvements: 1. Add in the ability to scan delivery package barcodes via the barcode app (and remove obsolete code that no longer worked). 2. Remove barcode handing from `stock.picking` form view to prevent having to do parallel maintenance when we expect most users to just use the barcode app to do their barcode scanning. Community PR: odoo/odoo#49179
Search panels now show record counts for additional single-choice filters when counters are enabled. This helps users understand how many records match each option before selecting it, improving navigation in areas such as Documents, Rentals, Social, and data merging.
Original PR description
exand/hierarchize
This update modernizes how certain business errors are handled in Odoo, replacing an older internal mechanism with the current standard. It helps keep processes such as Mexican electronic invoicing certificates and SEPA direct debit payments reliable and easier to maintain.
Original PR description
Pad:https://pad.odoo.com/p/r.3ef4e6f5f820a7b5c3e977d2551ed08d Task:https://www.odoo.com/web#id=58783&action=333&active_id=967&model=project.task&view_type=form&menu_id=4720