Daily updates from Odoo
Wednesday, February 20, 2019
8 changes · master
Enhancements to existing features
This update corrects typos and improves wording in the website profile area. It helps present profile-related text more professionally and clearly to users, with no expected change to business processes.
Original PR description
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 update improves the eLearning app by adding a reusable way to retrieve slides grouped by category. It helps make category-based course content easier to present and manage across the website experience.
Original PR description
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
Resolved issues and error corrections
Sales users can now access payment transactions even when the eCommerce app is not installed. This fixes a permission issue for businesses using payment providers with standard sales workflows, ensuring payment records remain available outside website sales.
Original PR description
Payment providers can be used without eCommerce. Therefore, we should be able to access the payment transactions with only `sale` installed. opw-1941591 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 update tidies and fixes parts of the eLearning invitation flow, including the way share emails are handled. It improves maintainability and reliability for course invitations without introducing major user-facing changes.
Original PR description
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
The website editor now keeps an empty formatting block in place when a user deletes all of its contents, instead of automatically replacing it with a blank paragraph. This restores expected editing behavior and reduces surprising layout changes while composing or editing pages.
Original PR description
Deleting all the contents of a block node replaced it with a blank paragraph node. To restore v12 behavior, it should only do that when pressing backspace in an already empty block, which is now what it does. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Code cleanup and technical improvements
This update reorganizes and documents the export wizard code without changing how users export data. It helps keep the web app easier to maintain, reducing the risk of future issues in this area.
Original PR description
- add missing docstrings - correctly order functions and imports - move functions in correct sections - follow JS guidelines
Documentation and clarification updates
This change removes the corporate contributor license agreement record for Projet-Grup. It reflects that the company is no longer associated with the project, keeping legal contributor records accurate.
Original PR description
Description of the issue/feature this PR addresses: We are not related any kind of to Projet-Grup company from now on 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
Miscellaneous changes
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
Original PR description
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