mirror of
				https://github.com/brain-tec/account_ebics.git
				synced 2025-11-03 22:50:59 +00:00 
			
		
		
		
	ebics 16.0 : add support for oca camt parser
This commit is contained in:
		@@ -6,12 +6,12 @@
 | 
			
		||||
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'.
 | 
			
		||||
 | 
			
		||||
This module will be installed automatically when following modules are activated
 | 
			
		||||
on your odoo database :
 | 
			
		||||
 | 
			
		||||
- account_ebics
 | 
			
		||||
- account_statement_import
 | 
			
		||||
- account_statement_import_file
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -11,11 +11,9 @@
 | 
			
		||||
    "license": "LGPL-3",
 | 
			
		||||
    "depends": [
 | 
			
		||||
        "account_ebics",
 | 
			
		||||
        "account_statement_import",
 | 
			
		||||
        "account_statement_import_file",
 | 
			
		||||
    ],
 | 
			
		||||
    # installable False unit OCA statement import becomes
 | 
			
		||||
    # available for 16.0
 | 
			
		||||
    "installable": False,
 | 
			
		||||
    "installable": True,
 | 
			
		||||
    "auto_install": True,
 | 
			
		||||
    "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).
 | 
			
		||||
 | 
			
		||||
import logging
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user