Tuesday, April 21, 2020
2 changes · master
Resolved issues and error corrections
This update fixes an issue in the purchase product matrix where creating a product from a purchase order line could fail or behave incorrectly. It helps buyers add product variants to purchase orders more reliably, reducing interruptions during procurement.
Original PR description
TaskID: 2234570 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
Customer rating emails for project tasks now avoid showing an awkward 'Hello False,' greeting when no customer is assigned. Instead, the email uses a simple 'Hello,' which keeps customer communications professional and polished.
Original PR description
If there isn't any customer set on the task, the current behavior will display 'Hello False,' in salutation rating email as intro. This commit will fix it by display only 'Hello,' if there isn't any customer set. Task ID 2238816