Odoo Alternative Reporting Engine
 
 
 
 
Go to file
Florent Aide c99b682cf4 Output format is MANDATORY... if you don't give it will fail horribly (ie: fusion running at 100% cpu without traceback or info..) This is clearly a bug in fusion, but better fix it here too
--HG--
branch : odoo8
2015-06-02 09:50:06 +02:00
data Add missing files 2014-10-14 13:06:38 +02:00
models Output format is MANDATORY... if you don't give it will fail horribly (ie: fusion running at 100% cpu without traceback or info..) This is clearly a bug in fusion, but better fix it here too 2015-06-02 09:50:06 +02:00
security Add security rules 2014-10-15 17:05:48 +02:00
views Py3o update for odoo 8 2015-02-24 17:39:09 +01:00
.hgignore Update .hgignore 2013-10-25 17:39:49 +02:00
.hgtags Added tag TAG_1.3.1 for changeset a9d3f3747769 2014-12-22 14:10:58 +01:00
LICENSE Update and Add License (AGPL) and (XCG) 2015-01-15 17:59:19 +01:00
NEWS 1.3 production release 2014-12-22 11:57:46 +01:00
README.md Real instructions to allow odoo to find the py3o.template module 2015-05-29 14:42:59 +02:00
__init__.py Py3o update for odoo 8 2015-02-24 17:39:09 +01:00
__openerp__.py Just add the CSV to the data section 2015-05-29 15:01:38 +02:00
py3o_parser.py pep ftw 2015-06-01 15:20:12 +02:00
py3o_report.py Fix some pep8 and mistakes 2015-05-28 19:38:17 +02:00
py3o_report_modif.py Add missing files 2014-10-14 13:06:38 +02:00

README.md

README

LibreOffice Report Engine for Odoo/OpenERP

This module allows you to convert any type of report into LibreOffice/OpenOffice. The benefits is that you have control over your documents and you can modify them as needed.

Requirements

The py3o.template package is required; install it with: easy_install -UZ py3o.template