Wednesday, November 6, 2024
3 changes · saas-17.4
Resolved issues and error corrections
This fixes an error that appeared when someone opened a cancelled signing request and landed on the expected 404 page. The website now avoids running image zoom behavior when there are no zoomable elements, preventing an unnecessary technical traceback.
Original PR description
Steps to reproduce: - Sign app > Upload PDF > Add a 'Signature' field > Send > Cancel - In mailhog open the email > Click 'Sign Document' - Redirected to 404 as expected - Traceback '$(...).zoomOdoo is not a function' No zoomable elements are found by JQuery on the 404 redirection page, meaning the functions which assume such an element must exist cause an error. The option to cancel sign requests is available in saas-17.4 and above only. opw-4261794 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Invoice previews for the Chilean localization now keep long document type labels within the visible page area. This prevents the document type border from extending outside its container, improving the appearance of generated invoices.
Original PR description
[FIX] l10n_cl: display the document type border correctly Steps to reproduce: 1 - In the chilean localization create an invoice (with a long text document type). 2 - Preview The observed behaviour: - The right side of the border of the document type would go out of the view. This Fix would just make the maximum width of the said border to never exceed its container. opw-4278374 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Planning app toast shown when asking someone to switch now displays its status icons clearly. This removes a visual issue where confirmation and warning icons blended into the toast background, making the message easier to understand.
Original PR description
Currently, when the "Ask to Switch" toast is displayed, the fa-check-circle and fa-exclamation-circle are not visible because they have the same color as the background of the toast. This PR will remove their color, making them dark and visible. task-3919543