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

25 lines
801 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/17.0/applications/finance/fiscal_localizations/colombia.html',
'depends': [
'account_debit_note',
'l10n_latam_base',
'account',
],
'data': [
'data/account_chart_template_data.xml',
'data/l10n_latam.identification.type.csv',
],
'demo': [
'demo/demo_company.xml',
],
'license': 'LGPL-3',
}