[IMP] Changed all module categories, limited number of categories
[odoo/odoo.git] / addons / l10n_es / __openerp__.py
1 # -*- coding: utf-8 -*-
2 ##############################################################################
3 #
4 #    OpenERP, Open Source Management Solution
5 #    Copyright (c) 2008-2010 Zikzakmedia S.L. (http://zikzakmedia.com) All Rights Reserved.
6 #                            Jordi Esteve <jesteve@zikzakmedia.com>
7 #    $Id$
8 #
9 #    This program is free software: you can redistribute it and/or modify
10 #    it under the terms of the GNU General Public License as published by
11 #    the Free Software Foundation, either version 3 of the License, or
12 #    (at your option) any later version.
13 #
14 #    This program is distributed in the hope that it will be useful,
15 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
16 #    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17 #    GNU General Public License for more details.
18 #
19 #    You should have received a copy of the GNU General Public License
20 #    along with this program.  If not, see <http://www.gnu.org/licenses/>.
21 #
22 ##############################################################################
23
24 {
25     "name" : "Spanish Charts of Accounts (PGCE 2008)",
26     "version" : "3.0",
27     "author" : "Spanish Localization Team",
28     'website' : 'https://launchpad.net/openerp-spain',
29     "category" : "Finance",
30     "description": """Spanish Charts of Accounts (PGCE 2008)
31
32 * Defines the following chart of account templates:
33         * Spanish General Chart of Accounts 2008.
34         * Spanish General Chart of Accounts 2008 for small and medium companies.
35 * Defines templates for sale and purchase VAT.
36 * Defines tax code templates.
37
38 Note: You should install the l10n_ES_account_balance_report module
39 for yearly account reporting (balance, profit & losses).
40 """,
41     "license" : "GPL-3",
42     "depends" : ["account", "base_vat", "base_iban"],
43     "init_xml" : [
44         "account_chart.xml",
45         "taxes_data.xml",
46         "fiscal_templates.xml",
47         "account_chart_pymes.xml",
48         "taxes_data_pymes.xml",
49         "fiscal_templates_pymes.xml",
50         "l10n_es_wizard.xml"
51     ],
52     "demo_xml" : [],
53     "update_xml" : [
54     ],
55     "active": False,
56     "installable": True,
57     "certificate" : "00408828172062583229",
58 }