2020-05-29 14:04:03 +00:00
|
|
|
# Copyright 2020 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
|
|
|
|
|
|
|
{
|
2022-05-10 19:40:54 +00:00
|
|
|
"name": "account_ebics on Odoo Enterprise",
|
|
|
|
"summary": "Deploy account_ebics module on Odoo Enterprise",
|
|
|
|
"version": "14.0.1.0.0",
|
|
|
|
"author": "Noviat",
|
2023-08-13 15:54:05 +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 14:22:15 +00:00
|
|
|
"images": ["static/description/cover.png"],
|
2019-10-17 20:05:42 +00:00
|
|
|
}
|