[MERGE] forward port of branch saas-4 up to 7ecaab9
[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 ##############################################################################
7 #    Module programed and financed by:
8 #    Vauxoo, C.A. (<http://vauxoo.com>).
9 #    Our Community team mantain this module:
10 #    https://launchpad.net/~openerp-venezuela
11 #
12 #    This program is free software: you can redistribute it and/or modify
13 #    it under the terms of the GNU 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 General Public License for more details.
21 #
22 #    You should have received a copy of the GNU General Public License
23 #    along with this program.  If not, see <http://www.gnu.org/licenses/>.
24 #
25 ##############################################################################
26 {
27     'name' : 'Venezuela - Accounting',
28     'version': '1.0',
29     'author': ['OpenERP SA', 'Vauxoo'],
30     'category': 'Localization/Account Charts',
31     'description':
32 """
33 Chart of Account for Venezuela.
34 ===============================
35
36 Venezuela doesn't have any chart of account by law, but the default
37 proposed in OpenERP should comply with some Accepted best practices in Venezuela, 
38 this plan comply with this practices.
39
40 This module has been tested as base for more of 1000 companies, because 
41 it is based in a mixtures of most common software in the Venezuelan 
42 market what will allow for sure to accountants feel them first steps with 
43 OpenERP more confortable.
44
45 This module doesn't pretend be the total localization for Venezuela, 
46 but it will help you to start really quickly with OpenERP in this country.
47
48 This module give you.
49 ---------------------
50
51 - Basic taxes for Venezuela.
52 - Have basic data to run tests with community localization.
53 - Start a company from 0 if your needs are basic from an accounting PoV.
54
55 We recomend install account_anglo_saxon if you want valued your 
56 stocks as Venezuela does with out invoices.
57
58 If you install this module, and select Custom chart a basic chart will be proposed, 
59 but you will need set manually account defaults for taxes.
60 """,
61     'depends': ['account',
62                 'base_vat', 
63                 'account_chart'
64     ],
65     'demo': [],
66     'data': ['data/account_tax_code.xml',
67              'data/account_user_types.xml',
68              'data/account_chart.xml',
69              'data/account_tax.xml',
70              'data/l10n_chart_ve_wizard.xml'
71     ],
72     'auto_install': False,
73     'installable': True,
74     'images': ['images/config_chart_l10n_ve.jpeg',
75                'images/l10n_ve_chart.jpeg'],
76 }
77 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
78