odoo_account_ebics/account_ebics_oe/__manifest__.py
2022-12-23 14:45:54 +01:00

20 lines
531 B
Python

# Copyright 2020-2022 Noviat.
# License LGPL-3 or later (http://www.gnu.org/licenses/lpgl).
{
"name": "account_ebics on Odoo Enterprise",
"summary": "Deploy account_ebics module on Odoo Enterprise",
"version": "16.0.1.0.0",
"author": "Noviat",
"website": "https://www.noviat.com",
"category": "Hidden",
"license": "LGPL-3",
"depends": [
"account_ebics",
"account_accountant",
],
"data": ["views/account_ebics_menu.xml"],
"installable": True,
"auto_install": True,
}