[MERGE] from upstream
[odoo/odoo.git] / addons / l10n_co / __openerp__.py
1 # -*- encoding: utf-8 -*-
2 ###########################################################################
3 #    Module Writen for OpenERP, Open Source Management Solution
4 #    All Rights Reserved
5 ###############Credits######################################################
6 #    Coded by: Alejandro Negrin anegrin@vauxoo.com,
7 #    Planified and Financed: Vauxoo
8 #    Audited by: Humberto Arocha (hbto@vauxoo.com)
9 #                Moises Lopez (moylop260@vauxoo.com)
10 #                Nhomar Hernández (nhomar@vauxoo.com)
11 #############################################################################
12 #    This program is free software: you can redistribute it and/or modify
13 #    it under the terms of the GNU General Public License as published by
14 #    the Free Software Foundation, either version 3 of the License, or
15 #    (at your option) any later version.
16 #
17 #    This program is distributed in the hope that it will be useful,
18 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
19 #    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20 #    GNU General Public License for more details.
21 #
22 #    You should have received a copy of the GNU General Public License
23 #    along with this program.  If not, see <http://www.gnu.org/licenses/>.
24 ##############################################################################
25
26 {
27     "name" : "Colombian - Accounting",
28     "version" : "1.0",
29     "author" : "Vauxoo",
30     "category" : "Localization/Account Charts",
31     "description": """
32 Chart of account for Colombia
33 =============================
34
35 Source of this chart of account is here_.
36
37 All the documentation available in this website is embeded in this module, to
38 be sure when you open OpenERP it has all necesary information to manage 
39 accounting en Colombia.
40
41 The law that enable this chart of account as valid for this country is 
42 available in this other link_.
43
44 This module has the intention to put available out of the box the chart of 
45 account for Colombia in Openerp.
46
47 We recommend install the module account_anglo_sxon to be able to have the cost
48 accounting correctly setted in out invoices.
49
50 After installing this module, the Configuration wizard for accounting is launched.
51     * We have the account templates which can be helpful to generate Charts of Accounts.
52     * On that particular wizard, you will be asked to pass the name of the company,
53       the chart template to follow, the no. of digits to generate, the code for your
54       account and bank account, currency to create journals.
55
56 .. _here: http://puc.com.co/
57 .. _link: http://puc.com.co/normatividad/
58     """,
59     "website" : "http://www.vauxoo.com/",
60     "depends" : [
61         "account",
62         "base_vat",
63         "account_chart",
64     ],
65     "demo" : [
66     ],
67     "data" : [
68         "data/account_tax_code.xml",
69         "data/account_chart.xml",
70         "data/account_tax.xml",
71         "data/l10n_chart_mx_wizard.xml"
72     ],
73     "active": False,
74     "installable": True,
75 }
76 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
77