Financial reports for Odoo
 
 
 
 
 
Go to file
Pedro M. Baeza c595af1012 [FIX] mis_builder_cash_flow: Proper SQL expression + default for v13
- On v13, invoices are journal entries, so we have to explicitly exclude
  cancelled invoices from the expression. We leave draft ones, as they
  are good for forecasting.
- Default value for the company of the forecast line doesn't follow new
  specification, putting an incorrect value.
- Extra improvement: avoid a non needed casting of the fixed column type.
2021-07-07 17:54:34 +02:00
account_financial_report account_financial_report 13.0.1.7.1 2021-05-11 19:25:29 +00:00
account_tax_balance Translated using Weblate (Spanish) 2021-03-16 13:45:51 +00:00
mis_builder_cash_flow [FIX] mis_builder_cash_flow: Proper SQL expression + default for v13 2021-07-07 17:54:34 +02: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.