odoo_account_ebics/account_ebics/__manifest__.py

25 lines
685 B
Python
Raw Normal View History

# Copyright 2009-2019 Noviat.
2018-08-14 15:04:39 +00:00
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
'name': 'EBICS banking protocol',
2019-04-08 10:54:26 +00:00
'version': '11.0.1.7.0',
2018-08-14 15:04:39 +00:00
'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,
}