Monday, February 3, 2020
2 changes · master
Resolved issues and error corrections
Searches on company-dependent boolean fields now correctly return records where the value is false or unset. This fixes a long-standing issue that could cause users to miss relevant records when filtering business data by a false boolean value.
Original PR description
Description of the issue/feature this PR addresses: This is related to an oooold bug that does not allow to search False on boolean company_dependent fields. See: https://github.com/odoo/odoo/issues/9449 Current behavior before PR: The search does not work Desired behavior after PR is merged: The search is working -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This change improves how Odoo detects, displays, and manages failed email, SMS, and postal mail deliveries. It helps users better understand delivery problems and take corrective actions such as cancelling or resending messages.
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