Files
account-financial-tools/account_chart_update/wizard/wizard_chart_update.py
Pedro M. Baeza 492fc9dd20 [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
2021-03-08 16:17:38 +01:00

30 KiB