[FIX] common.py: missing import
[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 #    Copyright (c) 2012-2013, Grupo OPENTIA (<http://opentia.com>) Registered EU Trademark.
8 #                            Dpto. Consultoría <consultoria@opentia.es>
9 #    Copyright (c) 2013 Serv. Tecnol. Avanzados (http://www.serviciosbaeza.com)
10 #                       Pedro Manuel Baeza <pedro.baeza@serviciosbaeza.com>
11 #    $Id$
12 #
13 #    This program is free software: you can redistribute it and/or modify
14 #    it under the terms of the GNU Affero General Public License as published by
15 #    the Free Software Foundation, either version 3 of the License, or
16 #    (at your option) any later version.
17 #
18 #    This program is distributed in the hope that it will be useful,
19 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
20 #    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21 #    GNU Affero General Public License for more details.
22 #
23 #    You should have received a copy of the GNU Affero General Public License
24 #    along with this program.  If not, see <http://www.gnu.org/licenses/>.
25 #
26 ##############################################################################
27
28 {
29     "name" : "Spanish Charts of Accounts (PGCE 2008)",
30     "version" : "3.0",
31     "author" : "Spanish Localization Team",
32     'website' : 'https://launchpad.net/openerp-spain',
33     "category" : "Localization/Account Charts",
34     "description": """
35 Spanish Charts of Accounts (PGCE 2008).
36 =======================================
37
38     * Defines the following chart of account templates:
39         * Spanish General Chart of Accounts 2008
40         * Spanish General Chart of Accounts 2008 for small and medium companies
41         * Spanish General Chart of Accounts 2008 for associations
42     * Defines templates for sale and purchase VAT
43     * Defines tax code templates
44 """,
45     "license" : "AGPL-3",
46     "depends" : ["account", "base_vat", "base_iban"],
47     "data" : [
48         "account_chart.xml",
49         "taxes_data.xml",
50         "fiscal_templates.xml",
51         "account_chart_pymes.xml",
52         "taxes_data_pymes.xml",
53         "fiscal_templates_pymes.xml",
54         "account_chart_assoc.xml",
55         "taxes_data_assoc.xml",
56         "fiscal_templates_assoc.xml",
57         "l10n_es_wizard.xml",
58     ],
59     "demo" : [],
60     'auto_install': False,
61     "installable": True,
62     'images': ['images/config_chart_l10n_es.jpeg','images/l10n_es_chart.jpeg'],
63 }