Files
2026-09-18 13:55:25 +07:00

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',
}