Skip to content
Snippets Groups Projects
user avatar
Raphael Collet authored
The revision 65a012c2 changed the
behavior of method _read() when invoked on a record with id None.
Before the change, the method would consider that no records have been
fetched because the id is falsy.  After the change, it keeps the id None
in the fetched records, and attempts to make subsequent SQL queries like
"column IN ()", which is syntactically incorrect.

OPW 3104957

closes odoo/odoo#108771

Signed-off-by: default avatarRémy Voet <ryv@odoo.com>
712d03cb
History
Name Last commit Last update