odoo_account_ebics/account_ebics_oe/__manifest__.py

22 lines
524 B
Python
Raw Normal View History

2019-10-17 20:22:26 +00:00
# Copyright 2019 Noviat.
2019-12-22 09:54:00 +00:00
# License LGPL-3 or later (http://www.gnu.org/licenses/lpgl).
2019-10-17 20:05:42 +00:00
{
'name': 'account_ebics on Odoo Enterprise',
'summary': "Deploy account_ebics module on Odoo Enterprise",
'version': '12.0.1.0.0',
'author': 'Noviat',
'category': 'Hidden',
2019-10-17 20:22:26 +00:00
'license': 'LGPL-3',
2019-10-17 20:05:42 +00:00
'installable': True,
'depends': [
'account_ebics',
'account_accountant',
],
'data': [
'views/account_ebics_menu.xml'
],
'installable': True,
'auto_install': True,
}