odoo/addons/l10n_ve/__openerp__.py

78 lines
3.0 KiB
Python

# -*- encoding: utf-8 -*-
##############################################################################
#
# OpenERP, Open Source Management Solution
# Copyright (C) 2004-2008 Tiny SPRL (<http://tiny.be>). All Rights Reserved
##############################################################################
# Module programed and financed by:
# Vauxoo, C.A. (<http://vauxoo.com>).
# Our Community team mantain this module:
# https://launchpad.net/~openerp-venezuela
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################
{
'name' : 'Venezuela - Accounting',
'version': '1.0',
'author': ['OpenERP SA', 'Vauxoo'],
'category': 'Localization/Account Charts',
'description':
"""
This is the module to manage the accounting chart for Venezuela.
================================================================
Venezuela doesn't have any chart of account by law, but the default
proposed in OpenERP should comply with soma accounting bases, without specify
precise account for precise business Verticals.
This module pretend comply with commonly accepted standards, and it has
been tested as base for more of 1000 companies, because it is based as a
mix of most common softwares in the Venezuelan market what will allow for
sure to accountants feel the use of OpenERP as them actual software and as
they learn in University.
This module doesn't pretend be the total localization for Venezuela, but
it will help to you to start really quickly with OpenERP in this country.
This module allow.
------------------
- All taxes for Venezuela.
- Have basic data to run tests with community localization.
- Start a company from 0 if your needs are basic from an accounting PoV.
- Basic Taxs for Venezuela.
We recomend install account_anglo_saxon if you want valued your
stock as Venezuela does.
""",
'depends': ['account',
'base_vat',
'account_chart'
],
'demo': [],
'data': ['data/account_tax_code.xml',
'data/account_chart.xml',
'data/account_tax.xml',
'data/account_user_types.xml',
'data/l10n_chart_ve_wizard.xml'
],
'auto_install': False,
'installable': True,
'images': ['images/config_chart_l10n_ve.jpeg','images/l10n_ve_chart.jpeg'],
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: