Financial reports for Odoo
 
 
 
 
 
Go to file
Fekete Mihai 5b29d2dfbc Update links in report, add account group file, update trial balance with hierarchy.
Update indentation, remove empty lines from header.

Update test.

Update pylint.

Remove company_id on computing accounts, since account.group is not a company based model, filtering accounts is done on trial balance report.

Update account variables.

Improve condition in padding on accounts.

Add option to print hierarchy based on defined accounts/computed accounts.

Add VAT report, hierarchy from tax tags ans taxes.

Fix pylint, xlsx report generation header.

Update code to select code_prefix or name.

Update code to select code_prefix or name.

Update code to select code_prefix or name.

Fix domain in base amounts in vat report.

Change trial balance code_prefix or name.

Update trail balance, add tests for vat report.

Update pylint, amounts as monetary, many2one option on generation excels.

Update pulint.

Add VAT Report in readme.

Add VAT Report in readme.

Update array_agg.

Update array_agg.

Update array_agg.

Add option in VAT Report to be printed on Tax Tags - Tax Groups.

Add widget to hierarchy_on on trial balance.
2020-03-23 11:05:02 -04:00
account_financial_report Update links in report, add account group file, update trial balance with hierarchy. 2020-03-23 11:05:02 -04:00
account_tax_balance pre-commit update 2020-03-14 11:46:34 +01:00
setup [ADD] setup.py 2020-02-25 08:41:26 +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 pre-commit update 2020-03-14 11:46:34 +01:00
.prettierrc.yml pre-commit update 2020-03-14 11:46:34 +01:00
.pylintrc pre-commit, black, isort [ci skip] 2019-10-12 11:56:10 +02:00
.pylintrc-mandatory pre-commit config [ci skip] 2019-10-11 23:59:01 +02: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 Add oca_dependencies.txt 2019-10-28 12:36:27 +01: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.