odoo_account_ebics/account_ebics_oe/__manifest__.py

21 lines
580 B
Python
Raw Normal View History

# Copyright 2020-2023 Noviat.
2023-05-28 15:01:06 +00:00
# License LGPL-3 or later (http://www.gnu.org/licenses/lgpl).
2019-10-17 20:05:42 +00:00
{
2022-05-10 19:40:54 +00:00
"name": "account_ebics on Odoo Enterprise",
"summary": "Deploy account_ebics module on Odoo Enterprise",
2022-12-23 10:46:48 +00:00
"version": "16.0.1.0.0",
2022-05-10 19:40:54 +00:00
"author": "Noviat",
2023-08-13 15:51:31 +00:00
"website": "https://www.noviat.com/",
2022-05-10 19:40:54 +00:00
"category": "Hidden",
"license": "LGPL-3",
"depends": [
"account_ebics",
"account_accountant",
2019-10-17 20:05:42 +00:00
],
2022-05-10 19:40:54 +00:00
"data": ["views/account_ebics_menu.xml"],
"installable": True,
"auto_install": True,
2023-03-26 10:38:56 +00:00
"images": ["static/description/cover.png"],
2019-10-17 20:05:42 +00:00
}