mirror of
https://github.com/brain-tec/account_ebics.git
synced 2024-11-22 12:12:03 +00:00
Merge pull request #45 from Noviat/multi-company-fix
ebics.config: remove required=True on journal_ids to facilitate multi…
This commit is contained in:
commit
4f9151617c
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
"name": "EBICS banking protocol",
|
"name": "EBICS banking protocol",
|
||||||
"version": "14.0.1.0.5",
|
"version": "14.0.1.0.6",
|
||||||
"license": "LGPL-3",
|
"license": "LGPL-3",
|
||||||
"author": "Noviat",
|
"author": "Noviat",
|
||||||
"website": "www.noviat.com",
|
"website": "www.noviat.com",
|
||||||
|
@ -33,7 +33,6 @@ class EbicsConfig(models.Model):
|
|||||||
states={"draft": [("readonly", False)]},
|
states={"draft": [("readonly", False)]},
|
||||||
string="Bank Accounts",
|
string="Bank Accounts",
|
||||||
domain="[('type', '=', 'bank')]",
|
domain="[('type', '=', 'bank')]",
|
||||||
required=True,
|
|
||||||
)
|
)
|
||||||
ebics_host = fields.Char(
|
ebics_host = fields.Char(
|
||||||
string="EBICS HostID",
|
string="EBICS HostID",
|
||||||
|
Loading…
Reference in New Issue
Block a user