Daily updates from Odoo
Tuesday, May 21, 2019
5 changes · master
Resolved issues and error corrections
This fix ensures image size options passed through website URLs are handled correctly, so images can be resized as intended. It improves reliability for image display across website, profile, and e-learning pages without changing how users interact with the system.
Original PR description
Before this commit it was impossible to pass those parameters in the URL because they were received as string but expected as int.
Goal records in Gamification now show a readable name instead of an unclear technical label. This makes it easier for users to identify and understand goals in the interface, such as seeing “Goal / Set your Company Data.”
Original PR description
Description of the issue/feature this PR addresses: Create a human readable and clear title for goal records. Current behavior before PR: There is no valid `_rec_name` set on the model `gamification.goal`, resulting in an ugly title:  Desired behavior after PR is merged: There is a clean goal title. In this example "Goal / Set your Company Data" -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fixes a small typo in a website payment configuration reference. The change helps ensure the payment-related view is correctly identified, reducing the risk of display or setup issues in website payments.
Original PR description
A typo. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fixes an issue where image size options sent through document URLs were not accepted correctly. Users and integrations can now request resized images through links as intended, improving reliability for document image handling.
Original PR description
Before this commit it was impossible to pass those parameters in the URL because they were received as string but expected as int.
This update improves how files are loaded for document previews and salary contract signing, reducing crashes when users open or sign PDF documents. It also fixes issues in the signing flow so users can complete backend document signatures more reliably.
Original PR description
rebase-ff