[IMP] mail.message: added a child_ids relationship on message, linked to parent_id...
[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 - Accounting (PGCE 2008)",
26     "version" : "3.0",
27     "author" : "Spanish Localization Team",
28     'website' : 'https://launchpad.net/openerp-spain',
29     "category" : "Localization/Account Charts",
30     "description": """
31 Spanish Charts of Accounts (PGCE 2008).
32 =======================================
33
34 * Defines the following chart of account templates:
35     * Spanish General Chart of Accounts 2008.
36     * Spanish General Chart of Accounts 2008 for small and medium companies.
37 * Defines templates for sale and purchase VAT.
38 * Defines tax code templates.
39
40 Note: You should install the l10n_ES_account_balance_report module
41 for yearly account reporting (balance, profit & losses).
42 """,
43     "license" : "GPL-3",
44     "depends" : ["account", "base_vat", "base_iban"],
45     "init_xml" : [
46         "account_chart.xml",
47         "taxes_data.xml",
48         "fiscal_templates.xml",
49         "account_chart_pymes.xml",
50         "taxes_data_pymes.xml",
51         "fiscal_templates_pymes.xml",
52         "l10n_es_wizard.xml"
53     ],
54     "demo_xml" : [],
55     "update_xml" : [
56     ],
57     "auto_install": False,
58     "installable": True,
59     "certificate" : "00408828172062583229",
60     'images': ['images/config_chart_l10n_es.jpeg','images/l10n_es_chart.jpeg'],
61 }
62
63 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: