-
- Downloads
[FIX] expression: use of `child_of` with `many2many`
- Go to Contacts - Search by 'Tag' with a non existing tag A crash occurs. This is because of an incorrect SQL: `WHERE "category_id" IN ()` In case of an empty list `ids2`, we fall back on `(None,)` Note that it appears only in v13 because `child_of` was added at [1], but the issue also exists in v12. [1] https://github.com/odoo/odoo/blob/b6325ae45b830a725f6ab6706b70f65c809be4a7/odoo/addons/base/views/res_partner_views.xml#L471 opw-2151129 closes odoo/odoo#41451 Signed-off-by:Nicolas Martinelli (nim) <nim@odoo.com>
Please register or sign in to comment