Daily updates from Odoo
Wednesday, November 29, 2023
2 changes · master
Enhancements to existing features
Project lists now include a budget spent field, making it easier for teams to see budget consumption at a glance. This helps managers monitor project financial progress without opening each project individually.
Original PR description
Purpose of the PR is to do the generic improvements for project. So in this PR did the following changes: - add the field budget spent in project list view. task - 3178057
Barcode picking and batch picking screens now use each user's configured default warehouse when setting filters. This helps staff see the most relevant warehouse operations faster and reduces manual filtering.
Original PR description
We are using the property_warehouse_id field to set default values when possible: - have a filter on stock.picking views - have a filter on stock.picking.batch views