12345678910111213141516171819202122232425262728293031323334353637 |
- # -*- coding: utf-8 -*-
- # Part of Odoo. See LICENSE file for full copyright and licensing details.
- # Copyright (C) David Arnold (XOE Solutions).
- # Author David Arnold (XOE Solutions), dar@xoe.solutions
- # Co-Authors Juan Pablo Aries (devCO), jpa@devco.co
- # Hector Ivan Valencia Muñoz (TIX SAS)
- # Nhomar Hernandez (Vauxoo)
- # Humberto Ochoa (Vauxoo)
- {
- 'name': 'Colombia - Accounting',
- 'version': '0.8',
- 'category': 'Accounting/Localizations/Account Charts',
- 'description': 'Colombian Accounting and Tax Preconfiguration',
- 'author': 'David Arnold (XOE Solutions)',
- 'website': 'https://www.odoo.com/colombia',
- 'depends': [
- 'account',
- 'account_debit_note',
- 'l10n_latam_base',
- ],
- 'data': [
- 'data/l10n_co_chart_data.xml',
- 'data/account.account.template.csv',
- 'data/account_chart_template_data.xml',
- 'data/account.tax.group.csv',
- 'data/account_tax_template.xml',
- 'data/account_chart_template_configure_data.xml',
- 'data/l10n_latam.identification.type.csv',
- ],
- 'demo': [
- 'demo/demo_company.xml',
- ],
- 'license': 'LGPL-3',
- }
|