Financial reports for Odoo
 
 
 
 
 
Go to file
Laetitia Gangloff 6b4bd72004 [pep8] - review : replace _logger.log(logging.DEBUG by _logger.debug( / use , instead of % for interpolation 2014-08-19 10:16:01 +02:00
account_chart_report account_chart_report : 2014-08-02 22:12:51 -04:00
account_export_csv [pep8] - review on account_export_csv, account_move_line_report_xls, account_journal_report_xls, account_financial_report_horizontal, account_financial_report_webkit_xls 2014-08-08 11:48:27 +02:00
account_financial_report [pep8] review on account_financial_report, account_financial_report_horizontal, account_financial_report_webkit_xls, account_journal_report_xls, account_move_line_report_xls 2014-08-08 15:53:39 +02:00
account_financial_report_horizontal [pep8] review on account_financial_report, account_financial_report_horizontal, account_financial_report_webkit_xls, account_journal_report_xls, account_move_line_report_xls 2014-08-08 15:53:39 +02:00
account_financial_report_webkit [pep8] - F841 - remove unused style, exc 2014-08-12 14:32:56 +02:00
account_financial_report_webkit_xls [pep8] - remove unused level_class and general_ledger_xls/bal_formula - use false unused in a logger call 2014-08-19 09:04:18 +02:00
account_journal_report_xls [pep8] - review : replace _logger.log(logging.DEBUG by _logger.debug( / use , instead of % for interpolation 2014-08-19 10:16:01 +02:00
account_move_line_report_xls [pep8] - review : replace _logger.log(logging.DEBUG by _logger.debug( / use , instead of % for interpolation 2014-08-19 10:16:01 +02:00
.coveragerc 7.0 metafiles 2014-08-06 16:20:48 +02:00
.gitignore 7.0 metafiles 2014-08-06 16:20:48 +02:00
.travis.yml [FIX] 64 bits 2014-08-06 17:40:05 +02:00
LICENSE 7.0 metafiles 2014-08-06 16:20:48 +02:00
README.md 7.0 metafiles 2014-08-06 16:20:48 +02:00

README.md

Build Status Coverage Status

OpenERP 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.