mirror of
https://github.com/brain-tec/account_ebics.git
synced 2024-11-22 12:12:03 +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:
parent
23a83dc3e0
commit
5c3d4f3464
@ -51,8 +51,7 @@ class EbicsXfer(models.TransientModel):
|
||||
default=lambda self: self._default_ebics_config_id())
|
||||
ebics_userid_id = fields.Many2one(
|
||||
comodel_name='ebics.userid',
|
||||
string='EBICS UserID',
|
||||
required=True)
|
||||
string='EBICS UserID')
|
||||
ebics_passphrase = fields.Char(
|
||||
string='EBICS Passphrase')
|
||||
date_from = fields.Date()
|
||||
|
Loading…
Reference in New Issue
Block a user