ebics 16.0 : add support for oca camt parser

This commit is contained in:
Luc De Meyer 2023-07-30 21:58:51 +02:00
parent fdafb74c0f
commit 696a744773
3 changed files with 5 additions and 7 deletions

View File

@ -6,12 +6,12 @@
Deploy account_ebics module with OCA Bank Statement Import Deploy account_ebics module with OCA Bank Statement Import
========================================================== ==========================================================
This module makes it possible to use OCA account_statement_import This module makes it possible to use the OCA account_statement_import wizard
in combination with 'account_ebics'. in combination with 'account_ebics'.
This module will be installed automatically when following modules are activated This module will be installed automatically when following modules are activated
on your odoo database : on your odoo database :
- account_ebics - account_ebics
- account_statement_import - account_statement_import_file

View File

@ -11,11 +11,9 @@
"license": "LGPL-3", "license": "LGPL-3",
"depends": [ "depends": [
"account_ebics", "account_ebics",
"account_statement_import", "account_statement_import_file",
], ],
# installable False unit OCA statement import becomes "installable": True,
# available for 16.0
"installable": False,
"auto_install": True, "auto_install": True,
"images": ["static/description/cover.png"], "images": ["static/description/cover.png"],
} }

View File

@ -1,4 +1,4 @@
# Copyright 2009-2020 Noviat. # Copyright 2009-2023 Noviat.
# License LGPL-3 or later (http://www.gnu.org/licenses/lgpl). # License LGPL-3 or later (http://www.gnu.org/licenses/lgpl).
import logging import logging