[IMP]ebics.userid,user_ids: exclude portal users

This commit is contained in:
Luc De Meyer
2026-03-01 23:26:36 +01:00
parent 151ddefa81
commit 44053b5e35
+1
View File
@@ -68,6 +68,7 @@ class EbicsUserID(models.Model):
comodel_name="res.users", comodel_name="res.users",
string="Users", string="Users",
required=True, required=True,
domain=[("share", "=", False)],
help="Users who are allowed to use this EBICS UserID for " help="Users who are allowed to use this EBICS UserID for "
" bank transactions.", " bank transactions.",
) )