diff --git a/account_ebics/__manifest__.py b/account_ebics/__manifest__.py index ebcd8c9..d78be3c 100644 --- a/account_ebics/__manifest__.py +++ b/account_ebics/__manifest__.py @@ -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", diff --git a/account_ebics/models/ebics_config.py b/account_ebics/models/ebics_config.py index 1dcb4fb..4cc9ec3 100644 --- a/account_ebics/models/ebics_config.py +++ b/account_ebics/models/ebics_config.py @@ -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",