Financial reports for Odoo
 
 
 
 
 
Go to file
Leonardo Pistone 8ca327eea8 Merge pull request #41 from mdietrichc2c/add-account-filter-csv
Add account filter for CSV export
2014-12-17 12:01:57 +01:00
account_chart_report account_chart_report : 2014-08-02 22:12:51 -04:00
account_export_csv Add account filter for CSV export 2014-12-17 11:05:20 +01:00
account_financial_report Remove print statements 2014-11-19 15:48:45 +01:00
account_financial_report_horizontal [REF] auto-fix conventions 2014-11-19 15:48:45 +01:00
account_financial_report_webkit [FIX] 'E501 line too long' errors 2014-11-19 21:58:04 +01:00
account_financial_report_webkit_xls [FIX] 'E501 line too long' errors 2014-11-19 21:58:04 +01:00
account_journal_report_xls W0621(redefined-outer-name) I didn't want to remove the argument on a 2014-11-19 15:48:45 +01: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 [IMP] account_financial_report_webkit: in test, work around demo periods issue in 7.0 2014-08-06 19:24:00 +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.