Financial reports for Odoo
 
 
 
 
 
Go to file
Pedro M. Baeza 0fe502cd8e [FIX] account_financial_report: 2 things:
* Fix account group level computation

  Depends was not correct for recomputing when needed + better algorithm

* Make hide details on 0 work properly

  * Passing values to general ledger was stripping some correct records
  * Computed field for hiding lines doesn't have proper dependencies nor is not
    taking into account float currency accuracy
2019-06-13 21:11:10 +02:00
account_financial_report [FIX] account_financial_report: 2 things: 2019-06-13 21:11:10 +02:00
account_tax_balance Translated using Weblate (Catalan) 2019-05-27 13:19:42 +00:00
partner_statement [UPD] Update partner_statement.pot 2019-05-29 18:40:36 +00:00
setup [ADD] setup.py 2019-05-29 17:19:25 +00:00
.gitignore [MIG] Add metafiles 2018-09-27 02:02:03 +02:00
.travis.yml .travis.yml: Remove display hack 2019-05-08 19:45:43 +02:00
LICENSE [MIG] Add metafiles 2018-09-27 02:02:03 +02:00
README.md [IMP] README.md: Runbot badge 2019-06-08 09:55:39 +02:00
oca_dependencies.txt [12.0][MIG] account_tax_balance 2018-10-04 10:28:16 +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.