Daily updates from Odoo
Thursday, May 16, 2019
3 changes
Resolved issues and error corrections
This change corrects an error introduced in the stock picking view by removing an invalid reference. It helps ensure users can open and use the stock transfer screen without encountering a view-related failure.
Original PR description
Commit ca35f98 change the picking view but introduce an error by calling 'self'. 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 corrects a typo that prevented a wishlist data rule from being applied. It helps ensure wishlist records follow the intended validation, reducing the chance of duplicate or inconsistent wishlist entries.
Original PR description
_sql_constrains does nothing
This fixes a small typo that caused the wrong calculation method to be used in CRM lead mining requests. The change helps ensure lead mining request information is computed correctly, reducing the risk of inaccurate CRM data.
Original PR description
Since c456228fa466982806355475079121f0b45c0166, the compute method was not the good one. 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