OCA reporting engine fork for dev and update.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
# -*- coding: utf-8 -*- { 'name': 'LibreOffice Report Engine', 'description': '''
Generation of LibreOffice/OpenOffice reports using LibreOffice/OpenOffice templates.
py3o.template is used internally; install it with: pip install py3o.template pip install pyjon.utils ''',
'version': '0.1', 'category': 'Reporting', 'author': 'XCG Consulting', 'website': 'http://www.openerp-experts.com/', 'depends': [ 'base' ], 'data': [ ], 'installable': True, }
|