odoo/ext/custom-addons/dp_reports_account/__manifest__.py

23 lines
549 B
Python

# -*- coding: utf-8 -*-
# noinspection PyStatementEffect
{
'name': 'datepol Report-Anpassungen',
'category': 'Custom',
'version': '1.0',
'summary': """Individuelle Report Anpassungen""",
'description': """Individuelle Report Anpassungen""",
'author': 'datenpol gmbh',
'website': 'http://www.datenpol.at/',
'depends': [
'account_invoicing'
],
'data': [
'reports/invoice.xml',
],
# only loaded in demonstration mode
'demo': [],
'installable': True,
'auto_install': False,
}