[IMP] core: remove 'inselect' operator

PR odoo/odoo#171371

closes odoo/documentation#10026

Related: odoo/enterprise#65796
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit is contained in:
Krzysztof Magusiak (krma) 2024-07-02 08:06:19 +00:00
parent e8c6f3421c
commit 479ab2028e

View File

@ -4,6 +4,13 @@
Changelog
=========
Odoo Online version 17.4
========================
- The internal operator `inselect` is removed. The alternative is to use `in`
with a Query or SQL object. `#171371 <https://github.com/odoo/odoo/pull/171371>`_.
Odoo Online version 17.3
========================