30 lines
955 B
Python
30 lines
955 B
Python
# -*- coding: utf-8 -*-
|
|
# Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details.
|
|
|
|
# Copyright (C) David Arnold (devCO).
|
|
# Author David Arnold (devCO), dar@devco.co
|
|
# Co-Authors Juan Pablo Aries (devCO), jpa@devco.co
|
|
# Hector Ivan Valencia Muñoz (TIX SAS)
|
|
# Nhomar Hernandez (Vauxoo)
|
|
# Humberto Ochoa (Vauxoo)
|
|
|
|
{
|
|
'name': 'Colombian - Accounting',
|
|
'version': '0.8',
|
|
'category': 'Localization',
|
|
'description': 'Colombian Accounting and Tax Preconfiguration',
|
|
'author': 'David Arnold BA HSG (devCO)',
|
|
'depends': [
|
|
'account',
|
|
],
|
|
'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.csv',
|
|
'data/account_chart_template_data.yml',
|
|
'views/res_partner.xml',
|
|
],
|
|
}
|