[ADD] l10n_es: Added chart account and templates for associations.

bzr revid: pedro.baeza@serviciosbaeza.com-20130430172509-cfsifh2ihkm8hhk5
This commit is contained in:
Pedro M. Baeza 2013-04-30 19:25:09 +02:00
parent 43c8796514
commit 488f86846b
4 changed files with 18030 additions and 10 deletions

View File

@ -4,6 +4,10 @@
# OpenERP, Open Source Management Solution
# Copyright (c) 2008-2010 Zikzakmedia S.L. (http://zikzakmedia.com) All Rights Reserved.
# Jordi Esteve <jesteve@zikzakmedia.com>
# Copyright (c) 2012-2013, Grupo OPENTIA (<http://opentia.com>) Registered EU Trademark.
# Dpto. Consultoría <consultoria@opentia.es>
# Copyright (c) 2013 Serv. Tecnol. Avanzados (http://www.serviciosbaeza.com)
# Pedro Manuel Baeza <pedro.baeza@serviciosbaeza.com>
# $Id$
#
# This program is free software: you can redistribute it and/or modify
@ -23,20 +27,20 @@
{
"name" : "Spanish Charts of Accounts (PGCE 2008)",
"version" : "3.1",
"version" : "3.0",
"author" : "Spanish Localization Team",
'website' : 'https://launchpad.net/openerp-spain',
"category" : "Localization/Account Charts",
"description": """Spanish Charts of Accounts (PGCE 2008)
"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).
* Defines the following chart of account templates:
* Spanish General Chart of Accounts 2008
* Spanish General Chart of Accounts 2008 for small and medium companies
* Spanish General Chart of Accounts 2008 for associations
* Defines templates for sale and purchase VAT
* Defines tax code templates
""",
"license" : "AGPL-3",
"depends" : ["account", "base_vat", "base_iban"],
@ -47,6 +51,9 @@ for yearly account reporting (balance, profit & losses).
"account_chart_pymes.xml",
"taxes_data_pymes.xml",
"fiscal_templates_pymes.xml",
"account_chart_assoc.xml",
"taxes_data_assoc.xml",
"fiscal_templates_assoc.xml",
"l10n_es_wizard.xml",
],
"demo" : [],

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff