Skip to content

Commit

Permalink
[IMP] l10n_dk_audit_trail: adding account_trail dependency
Browse files Browse the repository at this point in the history
In the context of the bookkeeping act in denmark, we need to record all the
modification and delete of all the input, so we should by default install the
audit_trail module.
Since they need this in 17.0 we will make a bridge module.

Task: 3627720
Part-of: odoo#145149
  • Loading branch information
malb-odoo committed Feb 5, 2024
1 parent 3f6deca commit b604767
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Empty file.
16 changes: 16 additions & 0 deletions addons/l10n_dk_audit_trail/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
'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',
}

0 comments on commit b604767

Please sign in to comment.