Monday, March 1, 2021
4 changes · master
Resolved issues and error corrections
People who create or update a project task by emailing the project gateway are now automatically subscribed to that task conversation. This ensures they receive later email replies from colleagues, avoiding missed follow-ups and broken communication loops.
Original PR description
Before this patch if Alice sent an email to the project gateway, she wasn't subscribed to the created (or updated) task. Then, if Bob got her email in his inbox and responded, Bob's message got appended to the task thread, but Alice wouldn't recieve Bob's response in her inbox. After this patch, when Alice creates or updates a task by writing to the project gateway, she will get autosubscribed to that task's thread, making Bob's email responses get to Alice as expected. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr @Tecnativa TT19976
This fixes visual issues in the online shop where gift card-related products could appear without the right image and cart popover images could sit too close to text. Customers will see cleaner, more consistent product presentation during checkout and gift card use.
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 fixes an issue in stock transfers where users could no longer edit the Demand quantity field. The forecast access was changed to use a button instead of an incompatible widget, restoring normal editing while keeping forecast information available.
Original PR description
Following the PR https://github.com/odoo/odoo/pull/62264, it is impossible to edit the Demand field (product_uom_qty) of a stock move in the interface (f.ex when creating an Internal Transfer). The problem came from the forecast widget that was reused but not applicable in case of editable field. A button element is used instead to access the forecasted report. 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
Opening the planning view from an employee record no longer causes an error. This restores reliable access to employee planning information and avoids disruption for users managing schedules.
Original PR description
At first, when we click on view planning in employees it shows the traceback. However, that issue would be solve. Task ID: 2463614