account-financial-reporting/account_financial_report/report
Patrick Tombez 69809608b0 [11.0][IMP] Improve transient models cleaning
When there are a lot of account.move.line (several millions) and print any of
the Qweb reports, that will generate also a lot of transient objects.
As these objects are created with an "insert" query, the cleaning normally
triggered by the count of the records in transient tables is not done, so only
the cleaning based on the age of the records is processed (by default, records
older than 1 hours are deleted), but the cron task is only ran one time per
day. For large setups this can lead to memory errors at that point. This change
prevents the memory error by executing the transient record cleanup for the
report models in this module in SQL.
2018-08-21 12:46:07 +02:00
..
templates [11.0][IMP] account_financial_report - foreign_currency 2018-06-08 16:42:25 +02:00
__init__.py [11.0][IMP] Improve transient models cleaning 2018-08-21 12:46:07 +02:00
abstract_report.py [11.0][IMP] Improve transient models cleaning 2018-08-21 12:46:07 +02:00
abstract_report_xlsx.py [11.0][IMP] account_financial_report - foreign_currency 2018-06-08 16:42:25 +02:00
aged_partner_balance.py [11.0][IMP] Improve transient models cleaning 2018-08-21 12:46:07 +02:00
aged_partner_balance_xlsx.py Update links in report, add account group file, update trial balance with hierarchy. 2018-03-16 09:10:38 +01:00
general_ledger.py [11.0][IMP] Improve transient models cleaning 2018-08-21 12:46:07 +02:00
general_ledger_xlsx.py [11.0][IMP] account_financial_report - foreign_currency 2018-06-08 16:42:25 +02:00
journal_ledger.py [11.0][IMP] Improve transient models cleaning 2018-08-21 12:46:07 +02:00
journal_ledger_xlsx.py [11.0][IMP] account_financial_report - foreign_currency 2018-06-08 16:42:25 +02:00
open_items.py [11.0][IMP] Improve transient models cleaning 2018-08-21 12:46:07 +02:00
open_items_xlsx.py [11.0][IMP] account_financial_report - foreign_currency 2018-06-08 16:42:25 +02:00
trial_balance.py [11.0][IMP] Improve transient models cleaning 2018-08-21 12:46:07 +02:00
trial_balance_xlsx.py [11.0][IMP] account_financial_report - foreign_currency 2018-06-08 16:42:25 +02:00
vat_report.py [11.0][IMP] Improve transient models cleaning 2018-08-21 12:46:07 +02:00
vat_report_xlsx.py Update links in report, add account group file, update trial balance with hierarchy. 2018-03-16 09:10:38 +01:00