upgrade-util
upgrade-util copied to clipboard
[IMP] orm: iter_browse accept generator or query as ids or values
[IMP] orm: iter_browse accept generator or query as ids
This allows the caller to be memory efficient on huge numbers of ids, allowing for even more millions of records to be browsed.
[IMP] orm: iter_browse.create() accept generator or query as values
Done to be able to create millions of records memory-efficiently.
upgradeci retry with always only account
rebased on https://github.com/odoo/upgrade-util/pull/355 to also make use of query_ids() here
