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.
25 lines
586 B
25 lines
586 B
# -*- coding: utf-8 -*-
|
|
{
|
|
'name': 'LibreOffice Report Engine',
|
|
'description': '''
|
|
Generation of LibreOffice/OpenOffice reports using LibreOffice/OpenOffice
|
|
templates.
|
|
|
|
The py3o.template package is required; install it with:
|
|
pip install py3o.template
|
|
''',
|
|
'version': '1.1',
|
|
'category': 'Reporting',
|
|
'author': 'XCG Consulting',
|
|
'website': 'http://www.openerp-experts.com/',
|
|
'depends': [
|
|
'base'
|
|
],
|
|
'external_dependencies': {
|
|
'python': ['py3o.template']
|
|
},
|
|
'data': [
|
|
'ir_report.xml',
|
|
],
|
|
'installable': True,
|
|
}
|