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

26 lines
927 B
Python

# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Guatemala - Accounting',
'icon': '/account/static/description/l10n.png',
'countries': ['gt'],
'version': '3.0',
'category': 'Accounting/Localizations/Account Charts',
'description': """
This is the base module to manage the accounting chart for Guatemala.
=====================================================================
Agrega una nomenclatura contable para Guatemala. También icluye impuestos y
la moneda del Quetzal. -- Adds accounting chart for Guatemala. It also includes
taxes and the Quetzal currency.""",
'author': 'José Rodrigo Fernández Menegazzo',
'website': 'https://www.odoo.com/documentation/17.0/applications/finance/fiscal_localizations.html',
'depends': [
'base',
'account',
],
'demo': [
'demo/demo_company.xml',
],
'license': 'LGPL-3',
}