26 lines
836 B
Python
26 lines
836 B
Python
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
{
|
|
'name': 'Colombia - Accounting',
|
|
'icon': '/account/static/description/l10n.png',
|
|
'countries': ['co'],
|
|
'version': '0.9',
|
|
'category': 'Accounting/Localizations/Account Charts',
|
|
'description': 'Colombian Accounting and Tax Preconfiguration',
|
|
'author': 'David Arnold (XOE Solutions)',
|
|
'website': 'https://www.odoo.com/documentation/master/applications/finance/fiscal_localizations/colombia.html',
|
|
'depends': [
|
|
'account_debit_note',
|
|
'l10n_latam_base',
|
|
'account',
|
|
],
|
|
'auto_install': ['account'],
|
|
'data': [
|
|
'data/account_chart_template_data.xml',
|
|
'data/l10n_latam.identification.type.csv',
|
|
],
|
|
'demo': [
|
|
'demo/demo_company.xml',
|
|
],
|
|
'license': 'LGPL-3',
|
|
}
|