Files
server-backend/base_import_match
Katherine Zaoral f3bd2931a6 [FIX] base_import_match: "Unable to use a closed cursor"
Cached methods should never return recordsets, which are tied to
specific context, env, cursor, uid. Instead, they should return IDs
which, later, can be browsed in the current context.

With this change _usable_rules() cached method is now returing ids instead
of a recordset, and also the _match_find method is properly browsing the
results ids of the cached method.
2023-03-22 15:22:51 +01:00
..
2023-03-22 15:22:51 +01:00
2023-03-22 15:22:51 +01:00
2023-03-22 15:22:51 +01:00