mirror of
				https://github.com/brain-tec/account_ebics.git
				synced 2025-11-03 22:50:59 +00:00 
			
		
		
		
	[13.0][FIX]remove not null on ebics userid constraint from ebics.xfer wizard to fix upload from batch payment in case of multi-bank/multi-user setup
This commit is contained in:
		@@ -51,8 +51,7 @@ class EbicsXfer(models.TransientModel):
 | 
				
			|||||||
        default=lambda self: self._default_ebics_config_id())
 | 
					        default=lambda self: self._default_ebics_config_id())
 | 
				
			||||||
    ebics_userid_id = fields.Many2one(
 | 
					    ebics_userid_id = fields.Many2one(
 | 
				
			||||||
        comodel_name='ebics.userid',
 | 
					        comodel_name='ebics.userid',
 | 
				
			||||||
        string='EBICS UserID',
 | 
					        string='EBICS UserID')
 | 
				
			||||||
        required=True)
 | 
					 | 
				
			||||||
    ebics_passphrase = fields.Char(
 | 
					    ebics_passphrase = fields.Char(
 | 
				
			||||||
        string='EBICS Passphrase')
 | 
					        string='EBICS Passphrase')
 | 
				
			||||||
    date_from = fields.Date()
 | 
					    date_from = fields.Date()
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user