ebics.config: remove required=True on journal_ids to facilitate multi-company setup

This commit is contained in:
Luc De Meyer 2022-11-14 17:21:19 +01:00
parent 134a397407
commit aad1297223

View File

@ -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",