[FIX] When creating a procurement from a move, respect the right UoM conversions
[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 #
12 #    This program is free software: you can redistribute it and/or modify
13 #    it under the terms of the GNU Affero 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 Affero General Public License for more details.
21 #
22 #    You should have received a copy of the GNU Affero General Public License
23 #    along with this program.  If not, see <http://www.gnu.org/licenses/>.
24 #
25 ##############################################################################
26
27 {
28     "name" : "Spanish Charts of Accounts (PGCE 2008)",
29     "version" : "4.0",
30     "author" : "Spanish Localization Team",
31     'website' : 'https://launchpad.net/openerp-spain',
32     "category" : "Localization/Account Charts",
33     "description": """
34 Spanish charts of accounts (PGCE 2008).
35 ========================================
36
37     * Defines the following chart of account templates:
38         * Spanish general chart of accounts 2008
39         * Spanish general chart of accounts 2008 for small and medium companies
40         * Spanish general chart of accounts 2008 for associations
41     * Defines templates for sale and purchase VAT
42     * Defines tax code templates
43     * Defines fiscal positions for spanish fiscal legislation
44 """,
45     "license" : "AGPL-3",
46     "depends" : ["account", "base_vat", "base_iban"],
47     "data" : [
48         "account_type.xml",
49         "account_chart_template.xml",
50         "account_account_common.xml",
51         "account_account_full.xml",
52         "account_account_pymes.xml",
53         "account_account_assoc.xml",
54         "tax_codes_common.xml",
55         "taxes_common.xml",
56         "fiscal_templates_common.xml",
57         "account_chart_template_post.xml",
58         "l10n_es_wizard.xml",
59     ],
60     "demo" : [],
61     'auto_install': False,
62     "installable": True,
63     'images': ['images/config_chart_l10n_es.png', 'images/l10n_es_chart.png'],
64 }