21 lines
533 B
Python
21 lines
533 B
Python
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
{
|
|
'name': 'Bulgaria - Report ledger',
|
|
'icon': '/account/static/description/l10n.png',
|
|
'countries': ['bg'],
|
|
'version': '1.0',
|
|
'category': 'Accounting/Localizations/Account Charts',
|
|
'description': """
|
|
Report ledger for Bulgaria
|
|
""",
|
|
'depends': [
|
|
'l10n_bg'
|
|
],
|
|
'data': [
|
|
'views/account_journal_views.xml',
|
|
'views/account_move_views.xml',
|
|
],
|
|
'auto_install': True,
|
|
'license': 'LGPL-3',
|
|
}
|