mirror of
				https://github.com/brain-tec/account_ebics.git
				synced 2025-11-04 07:00:35 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			22 lines
		
	
	
		
			631 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			631 B
		
	
	
	
		
			Python
		
	
	
	
	
	
# Copyright 2009-2025 Noviat.
 | 
						|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
 | 
						|
 | 
						|
{
 | 
						|
    "name": "EBICS Files batch import",
 | 
						|
    "version": "18.0.1.0.0",
 | 
						|
    "license": "AGPL-3",
 | 
						|
    "author": "Noviat",
 | 
						|
    "website": "https://www.noviat.com/",
 | 
						|
    "category": "Accounting & Finance",
 | 
						|
    "summary": "EBICS Files automated import and processing",
 | 
						|
    "depends": ["account_ebics"],
 | 
						|
    "data": [
 | 
						|
        "security/ir.model.access.csv",
 | 
						|
        "data/ir_cron_data.xml",
 | 
						|
        "views/ebics_batch_log_views.xml",
 | 
						|
        "views/menu.xml",
 | 
						|
    ],
 | 
						|
    "installable": True,
 | 
						|
    "images": ["static/description/cover.png"],
 | 
						|
}
 |