Monday, November 16, 2020
4 changes · master
Resolved issues and error corrections
Google reCAPTCHA will no longer be installed automatically and can instead be enabled from the general settings when needed. This gives administrators more control, including the option to protect login forms without forcing the feature on every database.
Original PR description
You can enable it in base_setup when you need it. Depends of base_setup and not ir_http or website because you need to be able to enable it for login form e.g. Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fixes an issue where course completion emails were not sent correctly when processing multiple eLearning courses at once. It helps ensure learners receive the right completion notifications and adds a test to prevent the problem from returning.
Original PR description
PURPOSE Fix the 'multi' behavior when sending completion emails for slide.channels. SPECS There was a typo in the 'slide.channel#_send_completed_mail' method that prevented it from correctly working in "multi" mode. A new test was introduced to ensure the fix is working. LINKS Task 2170708
The website editor now keeps the blue editing overlay aligned when an image or snippet is resized or moved using the toolbar. This removes visual confusion for editors and makes content editing feel more accurate and reliable.
Original PR description
The overlay is now edited on each Jabberwock commit. Description of the issue/feature this PR addresses: The blue overlay on the snippet currently being edited did not update when the size or place of the element changed when using the jabberwock toolbar. Current behavior before PR: The blue overlay on the snippet currently being edited did not update when the size or place of the element changed when using the jabberwock toolbar. Desired behavior after PR is merged: The blue overlay on the snippet currently being edited does update when the size or place of the element changes when using the jabberwock toolbar. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Facebook, LinkedIn, and Twitter social modules now include the missing app icons. This improves visual consistency in the module list while keeping user-facing social network brand assets unchanged.
Original PR description
In social_facebook, social_twitter and social_linkedin modules icons were missing. to solve this perticular task, in each module we have static directory, In that i have created description directory. I have put icon.png and icon.svg on that description directory. **Task:id : 2372492**