Odoo18-Base/addons/l10n_hn/__manifest__.py
2025-03-10 10:52:11 +07:00

26 lines
916 B
Python

# 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/17.0/applications/finance/fiscal_localizations.html',
'depends': [
'base',
'account',
],
'demo': [
'demo/demo_company.xml',
],
'license': 'LGPL-3',
}