forked from OCA/l10n-spain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__openerp__.py
66 lines (65 loc) · 2.61 KB
/
__openerp__.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# -*- coding: utf-8 -*-
##############################################################################
#
# OpenERP, Open Source Management Solution
# Copyright (c) 2008 Zikzakmedia S.L. (http://zikzakmedia.com)
# Jordi Esteve <[email protected]>
# Copyright (c) 2008 Acysos SL.
# Ignacio Ibeas <[email protected]>
# Copyright (c) 2008 Pablo Rocandio.
# AvanzOSC, Advanced Open Source Consulting
# Copyright (C) 2011-2012 Ainara Galdona (www.avanzosc.com).
# Copyright (c) 2013 Serv. Tecnol. Avanzados (http://www.serviciosbaeza.com)
# Pedro M. Baeza <[email protected]>
#
# Refactorización. Acysos S.L. (http://www.acysos.com) 2012
# Ignacio Ibeas <[email protected]>
#
# Migración OpenERP 7.0. Acysos S.L. (http://www.acysos.com) 2013
# Ignacio Ibeas <[email protected]>
#
# Migración Odoo 8.0. Acysos S.L. (http://www.acysos.com) 2015
# Ignacio Ibeas <[email protected]>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero 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 Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################
{
'name': 'Exportación de ficheros bancarios CSB 19, 32, 34 y 58',
'version': '8.0.1.7.0',
'author': 'Acysos, '
'Serv. Tecnol. Avanzados - Pedro M. Baeza,'
'Odoo Community Association (OCA)',
'contributors': [
'Ignacio Ibeas <[email protected]>',
'Jordi Esteve <[email protected]>',
'Pablo Rocandio',
'Nan·tic',
'Ainara Galdona <[email protected]>',
'Pedro M. Baeza <[email protected]>',
'Alexis de Lattre <[email protected]>'
],
'category': 'Localisation/Accounting',
'website': 'https://github.com/OCA/l10n-spain',
'license': 'AGPL-3',
'depends': [
'account_direct_debit',
],
'data': [
'data/payment_type_csb.xml',
'views/payment_mode_view.xml',
'wizard/export_csb_view.xml'
],
'installable': False,
}