Odoo18-Base/addons/l10n_hn/__manifest__.py

27 lines
951 B
Python
Raw Permalink Normal View History

2025-01-06 10:57:38 +07:00
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Honduras - Accounting',
'icon': '/account/static/description/l10n.png',
'countries': ['hn'],
'version': '0.2',
'category': 'Accounting/Localizations/Account Charts',
'description': """
This is the base module to manage the accounting chart for Honduras.
====================================================================
Agrega una nomenclatura contable para Honduras. También incluye impuestos y la
moneda Lempira. -- Adds accounting chart for Honduras. It also includes taxes
and the Lempira currency.""",
'author': 'Salvatore Josue Trimarchi Pinto',
'website': 'https://www.odoo.com/documentation/master/applications/finance/fiscal_localizations.html',
'depends': [
'base',
'account',
],
'auto_install': ['account'],
'demo': [
'demo/demo_company.xml',
],
'license': 'LGPL-3',
}