Tuesday, April 23, 2024
4 changes
3 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
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
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