mirror of
https://github.com/brain-tec/account_ebics.git
synced 2024-11-23 20:52:04 +00:00
ebics 16.0 : add support for oca camt parser
This commit is contained in:
parent
fdafb74c0f
commit
696a744773
@ -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
|
||||||
|
|
||||||
|
@ -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"],
|
||||||
}
|
}
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user