2024-01-27 20:17:45 +01:00
|
|
|
# Copyright 2020-2024 Noviat.
|
2023-05-28 17:01:06 +02:00
|
|
|
# License LGPL-3 or later (http://www.gnu.org/licenses/lgpl).
|
2019-10-17 22:05:42 +02:00
|
|
|
|
|
|
|
{
|
2022-05-10 21:40:54 +02:00
|
|
|
"name": "account_ebics on Odoo Enterprise",
|
|
|
|
"summary": "Deploy account_ebics module on Odoo Enterprise",
|
2024-12-23 19:25:32 +01:00
|
|
|
"version": "18.0.1.0.0",
|
2022-05-10 21:40:54 +02:00
|
|
|
"author": "Noviat",
|
2024-01-27 20:12:29 +01:00
|
|
|
"website": "https://www.noviat.com",
|
2022-05-10 21:40:54 +02:00
|
|
|
"category": "Hidden",
|
|
|
|
"license": "LGPL-3",
|
|
|
|
"depends": [
|
|
|
|
"account_ebics",
|
2024-12-23 19:25:32 +01:00
|
|
|
"accountant",
|
2019-10-17 22:05:42 +02:00
|
|
|
],
|
2022-05-10 21:40:54 +02:00
|
|
|
"data": ["views/account_ebics_menu.xml"],
|
|
|
|
"installable": True,
|
|
|
|
"auto_install": True,
|
2023-03-26 12:38:56 +02:00
|
|
|
"images": ["static/description/cover.png"],
|
2019-10-17 22:05:42 +02:00
|
|
|
}
|