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 4a10e40b33
commit 0ecab47ef6
2 changed files with 1 additions and 2 deletions

View File

@ -3,7 +3,7 @@
{
"name": "EBICS banking protocol",
"version": "14.0.1.0.5",
"version": "14.0.1.0.6",
"license": "LGPL-3",
"author": "Noviat",
"website": "www.noviat.com",

View File

@ -33,7 +33,6 @@ class EbicsConfig(models.Model):
states={"draft": [("readonly", False)]},
string="Bank Accounts",
domain="[('type', '=', 'bank')]",
required=True,
)
ebics_host = fields.Char(
string="EBICS HostID",