1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/l10n_dk_audit_trail/__manifest__.py
2024-12-10 09:04:09 +07:00

17 lines
374 B
Python

{
'name': 'Denmark - audit trail',
'version': '1.0',
'description': """
This module is a bridge to be able to have audit trail module with Denmark
""",
'summary': "Audit trail",
'countries': ['dk'],
'depends': [
'l10n_dk',
'account_audit_trail'
],
'installable': True,
'auto_install': True,
'license': 'LGPL-3',
}