Financial reports for Odoo
 
 
 
 
 
Go to file
eLBati 50a9576a12 FIX
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
2017-11-23 13:51:21 +01:00
account_financial_report_qweb FIX 2017-11-23 13:51:21 +01:00
account_tax_balance [MIG] account_tax_balance: Migration to 11.0 2017-10-19 02:03:17 +02:00
setup [ADD] setup.py 2017-11-14 04:34:42 +01:00
.gitignore [MIG] Add metafiles 2017-10-03 15:56:40 +02:00
.travis.yml [MIG] Add metafiles 2017-10-03 15:56:40 +02:00
LICENSE [MIG] Add metafiles 2017-10-03 15:56:40 +02:00
README.md [MIG] Add metafiles 2017-10-03 15:56:40 +02:00
oca_dependencies.txt [MIG] account_tax_balance: Migration to 11.0 2017-10-19 02:03:17 +02:00

README.md

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.