mirror of
https://github.com/brain-tec/account_ebics.git
synced 2026-04-26 07:36:51 +00:00
add ebics module
This commit is contained in:
24
account_ebics/__manifest__.py
Normal file
24
account_ebics/__manifest__.py
Normal file
@@ -0,0 +1,24 @@
|
||||
# Copyright 2009-2018 Noviat.
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
|
||||
{
|
||||
'name': 'EBICS banking protocol',
|
||||
'version': '11.0.1.4.0',
|
||||
'license': 'AGPL-3',
|
||||
'author': 'Noviat',
|
||||
'category': 'Accounting & Finance',
|
||||
'depends': ['account'],
|
||||
'data': [
|
||||
'security/ebics_security.xml',
|
||||
'security/ir.model.access.csv',
|
||||
'data/ebics_file_format.xml',
|
||||
'views/menuitem.xml',
|
||||
'views/ebics_config.xml',
|
||||
'views/ebics_file.xml',
|
||||
'views/ebics_file_format.xml',
|
||||
'wizard/ebics_change_passphrase.xml',
|
||||
'wizard/ebics_xfer.xml',
|
||||
],
|
||||
'installable': True,
|
||||
'application': True,
|
||||
}
|
||||
Reference in New Issue
Block a user