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 -Chart of Account",
27     "version" : "1.0",
28     "author" : ['OpenERP SA', "Netquatro"],
29     "category" : "Localisation/Account Charts",
30     "description": 
31 '''
32 This is the module to manage the accounting chart for Venezuela in Open ERP.
33 Este módulo es para manejar un catálogo de cuentas ejemplo para Venezuela.
34 ''',
35     "depends" : ["account", "base_vat", "account_chart"],
36     "demo_xml" : [],
37     "update_xml" : ['account_tax_code.xml',"account_chart.xml",
38                     'account_tax.xml','l10n_chart_ve_wizard.xml'],
39     "active": False,
40     "installable": True,
41     "certificate" : "00763145921185574557",
42 }
43 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
44