~sergio-incaser/openerp-spain/openerp-spain

« back to all changes in this revision

Viewing changes to l10n_es_extras/l10n_ES_partner_data/__terp__.py

  • Committer: Jordi Esteve
  • Date: 2009-12-14 17:53:50 UTC
  • mfrom: (81.1.90 lp-openerp-spain-5.0)
  • Revision ID: jesteve@zikzakmedia.com-20091214175350-6vzzt3avtsof25a2
Recuperación del estado actual del repositorio de localización española de OpenERP: Aplicación de todos los merges pendientes desde la versión 81 (15-11-2008) hasta la actual (02-12-2009)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- encoding: utf-8 -*-
 
2
##############################################################################
 
3
#
 
4
#    OpenERP, Open Source Management Solution
 
5
#    Copyright (c) 2009 Zikzakmedia S.L. (http://zikzakmedia.com) All Rights Reserved.
 
6
#                       Jordi Esteve <jesteve@zikzakmedia.com>
 
7
#    Copyright (c) 2009 Pablo Rocandio. All Rights Reserved.
 
8
#    $Id$
 
9
#
 
10
#    This program is free software: you can redistribute it and/or modify
 
11
#    it under the terms of the GNU General Public License as published by
 
12
#    the Free Software Foundation, either version 3 of the License, or
 
13
#    (at your option) any later version.
 
14
#
 
15
#    This program is distributed in the hope that it will be useful,
 
16
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
 
17
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
18
#    GNU General Public License for more details.
 
19
#
 
20
#    You should have received a copy of the GNU General Public License
 
21
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
22
#
 
23
##############################################################################
 
24
 
1
25
{
2
 
    "name" : "Datos para módulo partners",
 
26
    "name" : "Datos iniciales para módulo base",
3
27
    "version" : "1.0",
4
 
    "author" : "Pablo Rocandio",
 
28
    "author" : "Pablo Rocandio, Zikzakmedia SL",
 
29
    "website" : "www.zikzakmedia.com",
5
30
    "category" : "Localisation/Europe",
 
31
    "description": """Añade datos iniciales a las tablas:
 
32
    * Canales
 
33
    * Estados de ánimo
 
34
    * Categorías de empresas
 
35
    * Cargos de contactos""",
 
36
    "license" : "GPL-3",
6
37
    "depends" : [
7
 
        "base", 
8
 
        "account", 
 
38
        "base",
9
39
        ],
10
40
    "init_xml" : [
11
 
        "data/data_provincias_mix.xml",
12
 
        "data/data_partner_events.xml", # Canales y estados de ánimo
13
 
        "data/data_categorias.xml", # 
 
41
        "data/data_partner_events.xml",     # Canales y estados de ánimo
 
42
        "data/data_partner_categories.xml", # Categorías de empresas
 
43
        "data/data_partner_functions.xml",  # Cargos de contactos
14
44
        ],
15
45
    "demo_xml" : [],
16
46
    "update_xml" :[],