Wednesday, November 27, 2019
6 changes · master
Resolved issues and error corrections
Corrects how a stock lot attribute is saved so inventory tracking data is stored as intended. This helps prevent incorrect behavior or missing values in stock operations that rely on lot information.
Original PR description
-- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update removes an unnecessary dynamic filtering pattern from the base company setup and uses an existing simpler matching approach instead. It reduces maintenance complexity while keeping the expected behavior unchanged for users.
Original PR description
Start of the Dynamic Domain Removal effort. Task 2115472
This change removes an unnecessary automatic filter behavior in CRM lead handling. It helps avoid unwanted restrictions when users edit lead information, making CRM data entry more predictable.
Original PR description
Task 2115472
The website editor now correctly recognizes custom text and background colors after a recent color picker change caused some colors to be missed. This helps users keep existing styling choices visible and editable when working on website content.
Original PR description
This was broken during the recent colorpicker refactoring.
This fix corrects an internal field setting that was using the wrong attribute in affected Odoo modules. It helps ensure information is stored and handled as intended, reducing the risk of inconsistent behavior for users.
The reconciliation screen no longer suggests invoices that have a zero balance. This avoids confusing users with items that do not need to be reconciled and keeps the matching process focused on actionable payments.
Original PR description
- Create an invoice with total = 0, validate - Open the Statement Reconciliation widget - Change one of the partner to the partner set on the zero invoice The invoice appears as a suggestion, although there is no reason to reconcile it. opw-2125957