Odoo18-Base/addons/l10n_dk_bookkeeping/__manifest__.py

19 lines
402 B
Python
Raw Permalink Normal View History

2025-03-10 10:52:11 +07:00
{
'name': 'Denmark - Bookkeeping Act',
'version': '1.0',
'description': """
This module contains all that is needed for the Bookkeeping Act
""",
'summary': "Bookkeeping Act",
'countries': ['dk'],
'depends': [
'l10n_dk',
],
'data': [
'views/account_move_views.xml',
],
'installable': True,
'auto_install': True,
'license': 'LGPL-3',
}