[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:
Luc De Meyer 2020-07-24 10:56:21 +02:00
parent 23a83dc3e0
commit 5c3d4f3464

View File

@ -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()