Thursday, June 6, 2019
1 change · master
Resolved issues and error corrections
This fixes cases where searches could miss valid records when automatic joins were used behind the scenes. Users should see more accurate results across affected areas such as accounting, contacts, calendar, sales teams, stock, and core access rules without changing how they search.
Original PR description
Fixes #25175 While osv.query.Query supports different kinds of joins, osv.expression.Expression only supports implicit joins. The solution is to add the join type in Expression and pass the joins to Query in its native format. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr