1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/l10n_bg_reports/__manifest__.py
2024-12-10 09:04:09 +07:00

24 lines
581 B
Python

# -*- encoding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Bulgaria - Accounting Reports',
'countries': ['bg'],
'version': '1.0',
'category': 'Accounting/Localizations/Reporting',
'description': """
Base module for Bulgarian reports
""",
'depends': [
'l10n_bg',
'account_reports',
],
'data': [
'data/balance_sheet.xml',
'data/profit_loss.xml',
'data/tax_report.xml',
],
'auto_install': True,
'installable': True,
'license': 'OEEL-1',
}