odoo/addons/l10n_es/__openerp__.py

62 lines
2.3 KiB
Python

# -*- coding: utf-8 -*-
##############################################################################
#
# OpenERP, Open Source Management Solution
# Copyright (c) 2008-2010 Zikzakmedia S.L. (http://zikzakmedia.com) All Rights Reserved.
# Jordi Esteve <jesteve@zikzakmedia.com>
# $Id$
#
# 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' : 'Spanish - Accounting (PGCE 2008)',
'version' : '3.0',
'author' : 'Spanish Localization Team',
'website' : 'https://launchpad.net/openerp-spain',
'category' : 'Localization/Account Charts',
'description': """
Spanish Charts of Accounts (PGCE 2008).
=======================================
* Defines the following chart of account templates:
* Spanish General Chart of Accounts 2008
* Spanish General Chart of Accounts 2008 for small and medium companies
* Defines templates for sale and purchase VAT
* Defines tax code templates
**Note:** You should install the l10n_ES_account_balance_report module for yearly
account reporting (balance, profit & losses).
""",
'license' : 'GPL-3',
'depends' : ['account', 'base_vat', 'base_iban'],
'data' : [
'account_chart.xml',
'taxes_data.xml',
'fiscal_templates.xml',
'account_chart_pymes.xml',
'taxes_data_pymes.xml',
'fiscal_templates_pymes.xml',
'l10n_es_wizard.xml'
],
'demo' : [],
'auto_install': False,
'installable': True,
'certificate' : '00408828172062583229',
'images': ['images/config_chart_l10n_es.jpeg','images/l10n_es_chart.jpeg'],
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: