File "/home/elbati/workspace/odoo/instances/demo9-community/parts/odoo-ocb/openerp/http.py", line 1502, in load_addons manifest = ast.literal_eval(open(manifest_path).read()) File "/usr/lib/python2.7/ast.py", line 49, in literal_eval node_or_string = parse(node_or_string, mode='eval') File "/usr/lib/python2.7/ast.py", line 37, in parse return compile(source, filename, mode, PyCF_ONLY_AST) File "<unknown>", line 15 'Odoo Community Association (OCA)', ^ SyntaxError: invalid syntax |
||
---|---|---|
account_chart_report | ||
account_export_csv | ||
account_financial_report | ||
account_financial_report_horizontal | ||
account_financial_report_qweb | ||
account_financial_report_webkit | ||
account_financial_report_webkit_xls | ||
account_journal_report_xls | ||
account_move_line_report_xls | ||
mis_builder | ||
mis_builder_demo | ||
setup | ||
.coveragerc | ||
.gitignore | ||
.travis.yml | ||
LICENSE | ||
README.md | ||
oca_dependencies.txt |
README.md
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.
Available addons
addon | version | summary |
---|---|---|
mis_builder | 9.0.2.0.0 | Build 'Management Information System' Reports and Dashboards |
Unported addons
addon | version | summary |
---|---|---|
account_chart_report | 8.0.1.0.0 (unported) | Print chart of accounts |
account_export_csv | 8.0.1.1.0 (unported) | Account Export CSV |
account_financial_report | 2.0 (unported) | Common financial reports |
account_financial_report_horizontal | 8.0.0.3.0 (unported) | Accounting Financial Reports Horizontal |
account_financial_report_webkit | 8.0.1.1.0 (unported) | Financial Reports - Webkit |
account_financial_report_webkit_xls | 8.0.0.4.0 (unported) | Add XLS export to accounting reports |
account_journal_report_xls | 8.0.0.2.0 (unported) | Financial Journal reports |
account_move_line_report_xls | 8.0.0.6.0 (unported) | Journal Items Excel export |
mis_builder_demo | 9.0.1.0.0 (unported) | Demo data for the mis_builder module |