mirror of
				https://github.com/brain-tec/account_ebics.git
				synced 2025-11-04 15:10:34 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
		
			572 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			572 B
		
	
	
	
		
			Python
		
	
	
	
	
	
# Copyright 2020-2024 Noviat.
 | 
						|
# License LGPL-3 or later (http://www.gnu.org/licenses/lgpl).
 | 
						|
 | 
						|
{
 | 
						|
    "name": "account_ebics on Odoo Enterprise",
 | 
						|
    "summary": "Deploy account_ebics module on Odoo Enterprise",
 | 
						|
    "version": "18.0.1.0.0",
 | 
						|
    "author": "Noviat",
 | 
						|
    "website": "https://www.noviat.com/",
 | 
						|
    "category": "Hidden",
 | 
						|
    "license": "LGPL-3",
 | 
						|
    "depends": [
 | 
						|
        "account_ebics",
 | 
						|
        "accountant",
 | 
						|
    ],
 | 
						|
    "data": ["views/account_ebics_menu.xml"],
 | 
						|
    "installable": True,
 | 
						|
    "auto_install": True,
 | 
						|
    "images": ["static/description/cover.png"],
 | 
						|
}
 |