Tuesday, January 23, 2024
2 changes · saas-17.1
Enhancements to existing features
The live survey welcome page has been redesigned to look cleaner and more engaging on large displays. Attendees can now join more easily using a visible QR code, while a default background image keeps sessions presentable even when organizers do not choose one.
Original PR description
[[IMP] survey: welcome live session page design](https://github.com/odoo/odoo/pull/134282/commits/b2d715bef8996f96b9c53b52e05088b2e97cc767) This task is two fold: (1) improve the visual of the…
[[IMP] survey: welcome live session page design](https://github.com/odoo/odoo/pull/134282/commits/b2d715bef8996f96b9c53b52e05088b2e97cc767) This task is two fold: (1) improve the visual of the welcome live session page and (2) include a qrcode to ease the access of attendees. Here is a ascii drawing of the new welcome page design. See related PR and Task for the actual visual difference before/after this commit. ----------------------------------------- | | | | <- survey picture in | | the background | | | Title --------- ------ | | Description spanning |<count>| | QR | | | multiple lines. |attendes |code| | | --------- ------ | | | | http://domain/s/1234 start> | ----------------------------------------- The implementation is desktop-first as the welcome page is usually only displayed on a large screen for a big audiance. [Task-2834638]((https://www.odoo.com/web#id=2834638&menu_id=4720&cids=1&action=333&active_id=965&model=project.task&view_type=form)) Co-authored-by: Chrysanthe (chgo) <chgo@odoo.com> --- **[ADD] survey: add a sample background for live session** This commit adds a sample background for live session if the user has not choose any. This allows us to provide something clean even if the user did not choose an image, rather than forcing a random image that would not be related to his activity. Task-2834638 Co-authored-by: Julien Castiaux <juc@odoo.com> --- **[IMP] web: use browser cache for /report/barcode** The /report/barcode route is used to generate bar/qr codes out of a text string. The rendered image will always be the same given the same query, making it possible to save the image in the browser's cache and save some requests to the server. --- Before:   After:   Task-2834638
Sales invoices now show a clearer breakdown of down payment lines by account, matching the existing tax breakdown behavior. The update also includes small wording and interface improvements to reduce mistakes when handling down payments.
Original PR description
Add breakdown of down payment lines on account (same as already breaking down on tax). And some minor ui tweaks. Task: 3618096 Implementing part of https://github.com/odoo/odoo/pull/145887 that was not part of https://github.com/odoo/odoo/pull/148732