From 86fa8a1f91d788501c8fff19d6d3fbdeed8a28a6 Mon Sep 17 00:00:00 2001 From: Luc De Meyer Date: Mon, 14 Nov 2022 17:21:19 +0100 Subject: [PATCH] ebics.config: remove required=True on journal_ids to facilitate multi-company setup --- account_ebics/models/ebics_config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/account_ebics/models/ebics_config.py b/account_ebics/models/ebics_config.py index 23826ce..537358d 100644 --- a/account_ebics/models/ebics_config.py +++ b/account_ebics/models/ebics_config.py @@ -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",