Financial reports for Odoo
 
 
 
 
 
Go to file
Stefan Rijnhart 91a3764770 [ADD] Prefill move_type
Precreate move_type and fill with appropriate values to prevent
a MemoryError when the ORM attempts to call its compute method on a large
amount of preexisting moves.
2020-02-21 08:38:04 +01:00
account_tax_balance [ADD] Prefill move_type 2020-02-21 08:38:04 +01:00
.eslintrc pre-commit, black, isort [ci skip] 2019-10-12 11:56:10 +02: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 Black, isort, etc... 2019-10-28 12:39:18 +01:00
.pre-commit-config.yaml pre-commit config [ci skip] 2019-10-11 23:59:01 +02: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 config [ci skip] 2019-10-11 23:59:01 +02: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.