mirror of
				https://github.com/brain-tec/account_ebics.git
				synced 2025-11-04 07:00:35 +00:00 
			
		
		
		
	[IMP]ebics.userid,user_ids: exclude portal users
This commit is contained in:
		@@ -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.",
 | 
				
			||||||
    )
 | 
					    )
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user