Daily updates from Odoo
Friday, June 28, 2024
3 changes · master
Enhancements to existing features
The manufacturing shop floor interface has been refined to make common actions clearer and reduce confusion for operators. Dialog sizing, button labels, visual cues, and menu options were adjusted so users see more accurate actions at the right time.
Original PR description
In this commit: ===================== - resized the Add Component modal to medium size. - renamed 'Open Backend MO' to 'Open Manufacturing Order' in the MRP menu dialog. - updated the behavior of the 'Register Production' button to only be crossed out upon clicking the validate button in the register production dialog. - styled the 'Register Production' button as a link. - made 'Print Barcode Commands' invisible when the work order is not activated. - replaced fa-plus icon with gear icon in shop floor module. task-3836580
Resolved issues and error corrections
The default appointment schedule has been corrected so available times are not accidentally blocked around the gap between morning and afternoon hours. This helps customers and staff see and book the intended appointment slots reliably.
Original PR description
Fix the gap between mornings and afternoons of the resource calendar `appointment_default_resource_calendar` which was leading to slot not being available. We also remove the temporary fix done with odoo/enterprise@fa0d123fa44775b1daccca4220e9a6ee8d72ad45 task-3858736
Code cleanup and technical improvements
This work brings several accounting-related features and reports together under the accountant module, including financial reports, asset reporting, scheduled tasks, and demo data. For businesses, it should make accounting capabilities more cohesive and easier to maintain, though the work-in-progress status suggests further validation may still be needed before release.