Thursday, November 2, 2023
2 changes · master
Enhancements to existing features
A warning now appears in the spreadsheet settings panel when a user's locale differs from the spreadsheet's locale. This helps users spot formatting differences early, reducing confusion with dates, numbers, and other locale-sensitive content.
Original PR description
This PR introduces a warning message on Settings SidePanel upon a mismatch is identified between user's locale and spreadsheet's locale. TaskID: [3515815](https://www.odoo.com/web#id=3515815&cids=2&menu_id=4720&action=333&active_id=2328&model=project.task&view_type=form)
Resolved issues and error corrections
The barcode app now filters manufacturing orders so users see only orders assigned to them or not assigned to anyone. This reduces clutter and helps employees focus on work they are responsible for.
Original PR description
In barcode app, we need to apply a responsible filter for manufacturing orders. Only MO that are assigned to the user or unassigned should be displayed.