Friday, June 23, 2023
2 changes · master
Enhancements to existing features
Returns are now handled more consistently across deliveries, receipts, purchases, barcode workflows, and the customer portal. This makes return processing easier for staff and gives customers better visibility, including access to return labels.
Original PR description
Improve the returns process by adding the following improvements: - Removal of the 'return' operations type. Returns of deliveries now become receipts. - Update of the `stock_picking_return` wizard by removing the onchange on picking_id. - Add ability to create returns in barcode - Show returns in the sale portal, with a new 'return label' PDF report - Enable returns for multi-step receipts on purchases Enterprise PR: https://github.com/odoo/enterprise/pull/39761 Task: 3081370 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Manufacturing orders, bills of materials, and workcenters now use analytic distributions instead of a single legacy analytic account. This lets material, workcenter, and employee costs be allocated more flexibly across cost centers or projects, improving financial visibility for manufacturing operations.
Original PR description
The (legacy) analytic account field on MOs, BOMs and workcenters has been replaced by the new "analytic distribution" field. The analytic line items are now created based on this distribution for the raw materials, workcenter costs and employee costs. A new analytic applicability (=domain) has been added for manufacturing orders as well. Community PR: https://github.com/odoo/odoo/pull/116477 Enterprise PR: https://github.com/odoo/enterprise/pull/38690 Task: 3196563 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr