mirror of
				https://github.com/brain-tec/account_ebics.git
				synced 2025-11-03 22:50:59 +00:00 
			
		
		
		
	[MIG] account_ebics_oca_statement_import: Migration to 18.0
This commit is contained in:
		@@ -18,6 +18,7 @@ addon | version | maintainers | summary
 | 
				
			|||||||
[account_ebics](account_ebics/) | 18.0.1.0.0 |  | EBICS banking protocol
 | 
					[account_ebics](account_ebics/) | 18.0.1.0.0 |  | EBICS banking protocol
 | 
				
			||||||
[account_ebics_batch](account_ebics_batch/) | 18.0.1.0.0 |  | EBICS Files automated import and processing
 | 
					[account_ebics_batch](account_ebics_batch/) | 18.0.1.0.0 |  | EBICS Files automated import and processing
 | 
				
			||||||
[account_ebics_batch_payment](account_ebics_batch_payment/) | 18.0.1.0.0 |  | Upload Batch Payment via EBICS
 | 
					[account_ebics_batch_payment](account_ebics_batch_payment/) | 18.0.1.0.0 |  | Upload Batch Payment via EBICS
 | 
				
			||||||
 | 
					[account_ebics_oca_statement_import](account_ebics_oca_statement_import/) | 18.0.1.0.0 |  | Use OCA Bank Statement Import with account_ebics
 | 
				
			||||||
[account_ebics_oe](account_ebics_oe/) | 18.0.1.0.0 |  | Deploy account_ebics module on Odoo Enterprise
 | 
					[account_ebics_oe](account_ebics_oe/) | 18.0.1.0.0 |  | Deploy account_ebics module on Odoo Enterprise
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[//]: # (end addons)
 | 
					[//]: # (end addons)
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,10 +1,10 @@
 | 
				
			|||||||
# Copyright 2020-2024 Noviat.
 | 
					# Copyright 2020-2024 Noviat.
 | 
				
			||||||
# License LGPL-3 or later (http://www.gnu.org/licenses/lgpl).
 | 
					# License LGPL-3 or later (https://www.gnu.org/licenses/lgpl).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
    "name": "account_ebics with OCA Bank Statement Imoort",
 | 
					    "name": "account_ebics with OCA Bank Statement Imoort",
 | 
				
			||||||
    "summary": "Use OCA Bank Statement Import with account_ebics",
 | 
					    "summary": "Use OCA Bank Statement Import with account_ebics",
 | 
				
			||||||
    "version": "17.0.1.0.1",
 | 
					    "version": "18.0.1.0.0",
 | 
				
			||||||
    "author": "Noviat",
 | 
					    "author": "Noviat",
 | 
				
			||||||
    "website": "https://www.noviat.com/",
 | 
					    "website": "https://www.noviat.com/",
 | 
				
			||||||
    "category": "Hidden",
 | 
					    "category": "Hidden",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,5 +1,5 @@
 | 
				
			|||||||
# Copyright 2009-2024 Noviat.
 | 
					# Copyright 2009-2024 Noviat.
 | 
				
			||||||
# License LGPL-3 or later (http://www.gnu.org/licenses/lgpl).
 | 
					# License LGPL-3 or later (https://www.gnu.org/licenses/lgpl).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import logging
 | 
					import logging
 | 
				
			||||||
from datetime import date, datetime
 | 
					from datetime import date, datetime
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user