27 lines
962 B
Python
27 lines
962 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/master/applications/finance/fiscal_localizations.html',
|
||
|
'depends': [
|
||
|
'base',
|
||
|
'account',
|
||
|
],
|
||
|
'auto_install': ['account'],
|
||
|
'demo': [
|
||
|
'demo/demo_company.xml',
|
||
|
],
|
||
|
'license': 'LGPL-3',
|
||
|
}
|