Financial reports for Odoo
 
 
 
 
 
Go to file
João Marques cedccd03e7 [FIX] account_financial_report: filter by correct data in trial balance
When on a Trial Balance report and filtering by hierarchical accounts or for a foreing currency, an error was produced when generating the report.

The report fields were dependant on data that is no longer present, such as line data.

This uses the correct data provided when generating the report to avoid this errors

TT29261
2021-05-24 17:54:12 +02:00
account_financial_report [FIX] account_financial_report: filter by correct data in trial balance 2021-05-24 17:54:12 +02:00
account_tax_balance Translated using Weblate (Spanish) 2021-03-16 13:45:51 +00:00
mis_builder_cash_flow Translated using Weblate (Spanish) 2021-03-16 13:45:51 +00:00
partner_statement partner_statement 13.0.1.2.0 2021-04-29 11:54:43 +00:00
setup [ADD] setup.py 2020-05-19 10:35:14 +00:00
.editorconfig pre-commit update 2020-03-14 11:46:34 +01:00
.eslintrc.yml pre-commit update 2020-03-14 11:46:34 +01:00
.flake8 pre-commit config [ci skip] 2019-10-11 23:59:01 +02:00
.gitignore [MIG] Add metafiles 2019-09-29 23:26:06 +02:00
.isort.cfg pre-commit update 2020-03-14 11:46:34 +01:00
.pre-commit-config.yaml Upgrade pylint-odoo for 13.0 [ci skip] 2020-11-05 17:47:13 +01:00
.prettierrc.yml pre-commit update 2020-03-14 11:46:34 +01:00
.pylintrc update dotfiles [ci skip] 2020-11-01 22:48:41 +01:00
.pylintrc-mandatory update dotfiles [ci skip] 2020-11-01 22:48:41 +01:00
.travis.yml pre-commit update 2020-03-14 11:46:34 +01:00
LICENSE pre-commit config [ci skip] 2019-10-11 23:59:01 +02:00
README.md pre-commit config [ci skip] 2019-10-11 23:59:01 +02:00
oca_dependencies.txt [MIG] mis_builder_cash_flow: Migration to 13.0 2020-05-18 16:19:12 +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.