Odoo18-Base/addons/l10n_dk_audit_trail/__manifest__.py

17 lines
381 B
Python
Raw Permalink Normal View History

2025-03-10 10:52:11 +07:00
{
'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': ['l10n_dk'],
'license': 'LGPL-3',
}