Financial reports for Odoo
 
 
 
 
 
Go to file
Patrick Tombez da181d4f44 [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.
2019-06-13 21:03:55 +02:00
account_financial_report [11.0][IMP] Improve transient models cleaning 2019-06-13 21:03:55 +02:00
account_tax_balance Translated using Weblate (Catalan) 2019-05-27 13:19:42 +00:00
partner_statement [UPD] Update partner_statement.pot 2019-05-29 18:40:36 +00:00
setup [ADD] setup.py 2019-05-29 17:19:25 +00:00
.gitignore [MIG] Add metafiles 2018-09-27 02:02:03 +02:00
.travis.yml .travis.yml: Remove display hack 2019-05-08 19:45:43 +02:00
LICENSE [MIG] Add metafiles 2018-09-27 02:02:03 +02:00
README.md [IMP] README.md: Runbot badge 2019-06-08 09:55:39 +02:00
oca_dependencies.txt [12.0][MIG] account_tax_balance 2018-10-04 10:28:16 +02:00

README.md

Runbot Status Build Status Coverage Status

Odoo account financial reports

This project aims to deal with modules related to financial reports. You'll find modules that print legal and official reports. This includes, among others:

  • One module based on webkit and totally rewritten by camptocamp, for standard financial reports.
  • Another based on RML completely improved by Vauxoo.