2
0
account-financial-tools/account_chart_update/wizard
Pedro M. Baeza 7c52e09c8d [FIX] account_chart_update: Don't cache recordsets
When marking methods as ormcache, you can't return recordsets, as they keep
the cursor information, and that cursor can be closed (worker spawn for example)
when you need to access again data.

This is fixed returning IDs instead, and browsing when needed
2023-01-17 08:54:49 +01:00
..
__init__.py [MIG][9.0][account_chart_update] Migrate. 2023-01-17 08:54:49 +01:00
wizard_chart_update_view.xml [MIG][9.0][account_chart_update] Migrate. 2023-01-17 08:54:49 +01:00
wizard_chart_update.py [FIX] account_chart_update: Don't cache recordsets 2023-01-17 08:54:49 +01:00