Daily updates from Odoo
Navigate
Branch
Wednesday, February 20, 2019
11 changes
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
Graph views now correctly display results when users group data by more than two fields, including bar and line charts. This makes reports more flexible and reliable for teams analyzing data across several dimensions.
Original PR description
Description of the issue/feature this PR addresses: Task ID: https://www.odoo.com/web?#id=1917948&action=333&active_id=131&model=project.task&view_type=form&menu_id=4720 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
Course completion status is now calculated and shown more reliably in eLearning pages, including clearer completed badges on course listings. The update also improves course images, homepage presentation, demo content, and related course statistics so learners and administrators see more accurate information.
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
This update corrects how reviews, ratings, and comments are shown on website learning content. It prevents system messages from appearing as reviews, fixes duplicated star ratings, and ensures likes and simple comments are only available where appropriate.
Original PR description
https://www.odoo.com/web?debug#id=1941250&action=333&active_id=965&model=project.task&view_type=form&menu_id=4720
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