15 lines
287 B
Python
15 lines
287 B
Python
{
|
|
'name': 'DIN 5008 - Expenses',
|
|
'category': 'Accounting/Localizations',
|
|
'version': '1.0',
|
|
'depends': [
|
|
'l10n_din5008',
|
|
'hr_expense',
|
|
],
|
|
'auto_install': True,
|
|
'data': [
|
|
'report/hr_expense_report.xml',
|
|
],
|
|
'license': 'LGPL-3',
|
|
}
|