Financial reports for Odoo
 
 
 
 
 
Go to file
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
account_financial_report [11.0][IMP] Improve transient models cleaning 2018-08-21 12:46:07 +02:00
account_tax_balance Translated using Weblate (Italian) 2018-06-19 15:00:45 +00:00
customer_activity_statement [UPD] Update customer_activity_statement.pot 2018-06-25 12:50:49 +00:00
customer_outstanding_statement [FIX] wrong sql calculation on credit and debit value 2018-07-23 13:43:08 +02:00
setup [ADD] setup.py [ci skip] 2018-04-18 23:01:37 +02:00
.gitignore dynamize general ledger 2017-12-22 11:01:12 +01:00
.travis.yml [MIG] Add metafiles 2017-10-03 15:56:40 +02:00
LICENSE [MIG] Add metafiles 2017-10-03 15:56:40 +02:00
README.md [MIG] Add metafiles 2017-10-03 15:56:40 +02:00
oca_dependencies.txt remove dependency with account_fiscal_year 2017-12-22 14:05:19 +01:00
requirements.txt migrate account_financial_report_qweb to 11.0 2017-11-27 19:05:11 +01:00

README.md

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.