OCA_Reporting_engine_17.0/__openerp__.py

23 lines
510 B
Python

# -*- 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,
}