Launchpad automatic translations update.
[odoo/odoo.git] / addons / l10n_ve / __openerp__.py
1 # -*- encoding: utf-8 -*-
2 ##############################################################################
3 #
4 #    OpenERP, Open Source Management Solution
5 #    Copyright (C) 2004-2008 Tiny SPRL (<http://tiny.be>). All Rights Reserved
6 #    $Id$
7 #
8 #    OpenERP, Open Source Management Solution
9 #    Copyright (C) 2004-2008 Netquatro, C.A. (<http://openerp.netquatro.com>). All Rights Reserved
10 #    $Id$
11 #    This program is free software: you can redistribute it and/or modify
12 #    it under the terms of the GNU General Public License as published by
13 #    the Free Software Foundation, either version 3 of the License, or
14 #    (at your option) any later version.
15 #
16 #    This program is distributed in the hope that it will be useful,
17 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
18 #    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19 #    GNU General Public License for more details.
20 #
21 #    You should have received a copy of the GNU General Public License
22 #    along with this program.  If not, see <http://www.gnu.org/licenses/>.
23 #
24 ##############################################################################
25 {
26     'name' : 'Venezuela - Accounting',
27     'version': '1.0',
28     'author': ['OpenERP SA', 'Netquatro'],
29     'category': 'Localization/Account Charts',
30     'description':
31 """
32 This is the module to manage the accounting chart for Venezuela in OpenERP.
33 ===========================================================================
34
35 Este módulo es para manejar un catálogo de cuentas ejemplo para Venezuela.
36 """,
37     'depends': ['account', 'base_vat', 'account_chart'],
38     'demo': [],
39     'data': ['account_tax_code.xml','account_chart.xml',
40               'account_tax.xml','l10n_chart_ve_wizard.xml'
41     ],
42     'auto_install': False,
43     'installable': True,
44     'images': ['images/config_chart_l10n_ve.jpeg','images/l10n_ve_chart.jpeg'],
45 }
46 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
47