Tuesday, April 23, 2024
7 changes
6 changes
Enhancements to existing features
This change improves how planned hours are calculated for sale-related timesheet planning by removing a limiting filter. This helps businesses get a more complete view of expected work effort, supporting better planning and forecasting.
Original PR description
temp task-3857649
This update tightens internal checks for how field options are registered, helping prevent invalid configuration values from entering the system. It mainly improves reliability for developers and maintainers, with related adjustments in accounting assets, Sign, and Studio tests to align with the stricter validation.
Original PR description
Linked to the community PR that adds validation for registry
The French payroll and payroll accounting modules now show a warning that they will no longer be supported. This helps businesses understand the future support status before relying on these modules.
Original PR description
This commit adds a warning message to the description of the modules l10n_fr_hr_payroll and l10n_fr_hr_payroll_account to inform the user that these modules we won't support these modules anymore. task-3699189
Users can now upload spreadsheet JSON files downloaded from Odoo and have them recognized as spreadsheet documents in the Documents app. This helps teams move spreadsheets from test or staging databases to production more easily, though replacing an existing document with such a file is still not supported.
Original PR description
In debug mode, you can download the spreadsheet json file from the spreadsheet itself with the menu File > Download as JSON In the Documents app however, try uploading the json file: => it's not recognized as a spreadsheet document. Advanced users such as our own business analysts or ourselves often download the spreadsheet files and re-upload it. One use case is to build a spreadsheet on a test/staging database, then upload the spreadsheet to the production server. Current limitation (to keep it simple): uploading such a file on an existing document doesn't work. Task: 3596641
Room users can now end an active booking directly from the room front-end display, making the room available again without deleting the booking record. Button labels, icons, colors, and remaining-time alignment were also refined to make booking actions clearer and easier to understand.
Original PR description
Purpose: -------- Add a button in the front end view that allows users to end the current booking (to make the room appear as free), as the only way to do it for now is to delete the booking, which is not suitable if one would like to track the bookings in the backend view. This commit also rewords the "schedule booking" button to "Add a booking" and changes the "booked room" icon to not use the same as in the new button. Task-3792497
This update adds automated checks for creating worksheets directly from Field Service project forms and for sending reports in batches. It helps reduce the risk of regressions in Field Service reporting workflows without changing end-user functionality.
Original PR description
Added test cases regrading on the fly creation of worksheet from Field Service Project Form and sending reports in batches. task-3861764
1 change
Enhancements to existing features
This update improves the survey experience by reducing the width of survey question pages and print layouts to use half the screen size, matching previous improvements made to results pages. Font sizes for thank you messages and titles have been adjusted accordingly. Additionally, the live chat feature has been repositioned to prevent it from overlapping with survey navigation.
Original PR description
Reduce the survey questions page in every display mode and the print page display to be the half screen size. This is done to match the previous results page improvements. Also reducing the font size of the "Thank you" message and the print page questions and sections titles to best match the new half screen display. related odoo/odoo#152263 Task-3789479 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr