~pedro.baeza/openerp-spain/6.1-fy_close_multi-company_fix

« back to all changes in this revision

Viewing changes to l10n_es_prev_tesoreria/__openerp__.py

  • Committer: Ana Juaristi
  • Date: 2012-03-09 16:21:34 UTC
  • mto: (275.1.25 6.0)
  • mto: This revision was merged to the branch mainline in revision 308.
  • Revision ID: ajuaristio@gmail.com-20120309162134-sjlzxy4afkkuvtpn
[ADD] l10n_es_account_asset, l10n_es_prev_tesoreria: Incluidos modulos prevision tesoreria y activos/amortizaciones.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- encoding: utf-8 -*-
 
2
##############################################################################
 
3
#
 
4
#    Avanzosc - Avanced Open Source Consulting
 
5
#    Copyright (C) 2010 - 2011 Avanzosc <http://www.avanzosc.com>
 
6
#
 
7
#    This program is free software: you can redistribute it and/or modify
 
8
#    it under the terms of the GNU Affero General Public License as
 
9
#    published by the Free Software Foundation, either version 3 of the
 
10
#    License, or (at your option) any later version.
 
11
#
 
12
#    This program is distributed in the hope that it will be useful,
 
13
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
 
14
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
15
#    GNU Affero General Public License for more details.
 
16
#
 
17
#    You should have received a copy of the GNU Affero General Public License
 
18
#    along with this program.  If not, see http://www.gnu.org/licenses/.
 
19
#
 
20
##############################################################################
 
21
 
 
22
{
 
23
    "name": "Previsión de Tesorería",
 
24
    "version": "1.0",
 
25
    "depends": [
 
26
                "account",
 
27
                "account_payment",
 
28
                ],
 
29
    "author": "Avanzosc S.L.",
 
30
    "website": "http://www.avanzosc.com",
 
31
    "category": "Accounting",
 
32
    "description": """
 
33
    Este modulo contiene :
 
34
        Formularios para realizar las previsiones de tesoreria
 
35
    """,
 
36
    "init_xml": [],
 
37
    'update_xml': [
 
38
                   "wizard/wiz_crear_factura_view.xml",
 
39
                   "prev_tesoreria_view.xml",
 
40
                   "prev_tesoreria_plantilla_view.xml",
 
41
                   ],
 
42
    'demo_xml': [],
 
43
    'installable': True,
 
44
    'active': False,
 
45
#    'certificate': 'certificate',
 
46
}
 
 
b'\\ No newline at end of file'