mirror of
https://github.com/brain-tec/account_ebics.git
synced 2025-08-14 22:55:38 +00:00
[12.0][MIG] account_ebics
This commit is contained in:
21
account_ebics_oe/__manifest__.py
Normal file
21
account_ebics_oe/__manifest__.py
Normal file
@@ -0,0 +1,21 @@
|
||||
# Copyright 2009-2019 Noviat.
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
|
||||
{
|
||||
'name': 'account_ebics on Odoo Enterprise',
|
||||
'summary': "Deploy account_ebics module on Odoo Enterprise",
|
||||
'version': '12.0.1.0.0',
|
||||
'author': 'Noviat',
|
||||
'category': 'Hidden',
|
||||
'license': 'AGPL-3',
|
||||
'installable': True,
|
||||
'depends': [
|
||||
'account_ebics',
|
||||
'account_accountant',
|
||||
],
|
||||
'data': [
|
||||
'views/account_ebics_menu.xml'
|
||||
],
|
||||
'installable': True,
|
||||
'auto_install': True,
|
||||
}
|
Reference in New Issue
Block a user