19 lines
402 B
Python
19 lines
402 B
Python
|
{
|
||
|
'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',
|
||
|
}
|