~openerp-spain-team/openerp-spain/6.0

« back to all changes in this revision

Viewing changes to l10n_es_lopd/README.txt

  • Committer: Lambda Software Development Team
  • Date: 2012-10-19 09:13:44 UTC
  • Revision ID: development@lambdasoftware.net-20121019091344-cd96m50a6h6vup0y
[ADD] modulo lopd

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
##############################################################################
 
2
#
 
3
#    Copyright (C) 2012 LambdaSoftware (<http://www.lambdasoftware.net>).
 
4
#
 
5
#    This program is free software: you can redistribute it and/or modify
 
6
#    it under the terms of the GNU Affero General Public License as
 
7
#    published by the Free Software Foundation, either version 3 of the
 
8
#    License, or (at your option) any later version.
 
9
#
 
10
#    This program is distributed in the hope that it will be useful,
 
11
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
 
12
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
13
#    GNU Affero General Public License for more details.
 
14
#
 
15
#    You should have received a copy of the GNU Affero General Public License
 
16
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
17
#
 
18
##############################################################################
 
19
 
 
20
Módulo de implentación de la Ley Orgánica de Proteccion de Datos en OpenERP.
 
21
        Serán necesarias las siguientes dependencias en el sistema (servidor):
 
22
            pdftk, PIL, reportlab, suds
 
23
 
 
24
    * IMPORTANTE: El sistema está configurado para pruebas, se deben cambiar las líneas 1002 y 1003 del archivo fichero_nota.py
 
25
            La primera línea invoca al servicio de pruebas, la segunda invocará al de registros:
 
26
            resultado = client.service.probarXml(envio)
 
27
            #resultado = client.service.registrarXml(envio)