Daily updates from Odoo
Saturday, August 23, 2025
2 changes · master
Enhancements to existing features
Barcode stock cards now show and highlight more consistently during manufacturing and planned transfers, making it easier for users to see which stock item is being used. The update also reduces confusion by hiding irrelevant destination location details for manufacturing operations and automatically selecting the relevant reserved stock card when possible.
Original PR description
*: barcode, barcode_mrp With this commit ================ - Fixed visibility of quant kanban cards for manufacturing operation types. - Hide the destination location field in the product form view of stock barcode for manufacturing operations. - Implemented CSS styling to highlight the selected kanban card, providing clearer visual feedback to the user. - Quant Cards can be selected if any of the following groups is enabled storage locations, lot/sn, packages, consignment. - Automatically select the quant card associated with a planned transfer by default, indicating the originating quant from which it was reserved. - If any of the move line data is updated manually, if a matching quant exists, its kanban card will be dynamically highlighted. Task: 4551050
Newly created subscription-related tasks now take their recurrence settings from the selected task template instead of the sales subscription. This reduces manual edits for users and helps keep recurring field service or project tasks consistent with predefined templates.
Original PR description
Before: ------- Task recurrence values were set based on the sale subscription. After: ----- Task recurrence values are automatically fetched from the task template. Impact: ----- Users no longer need to manually edit the task recurrence values on newly created tasks.this reduces manual effort and saves time. task-4369824