mirror of
				https://github.com/brain-tec/account_ebics.git
				synced 2025-11-04 07:00:35 +00:00 
			
		
		
		
	ebics.config: remove required=True on journal_ids to facilitate multi-company setup
This commit is contained in:
		@@ -32,7 +32,6 @@ class EbicsConfig(models.Model):
 | 
			
		||||
        states={"draft": [("readonly", False)]},
 | 
			
		||||
        string="Bank Accounts",
 | 
			
		||||
        domain="[('type', '=', 'bank')]",
 | 
			
		||||
        required=True,
 | 
			
		||||
    )
 | 
			
		||||
    ebics_host = fields.Char(
 | 
			
		||||
        string="EBICS HostID",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user