mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[IMP] pms_api_rest: add image in users datamodel
This commit is contained in:
committed by
Darío Lodeiros
parent
cf9a55b0c4
commit
233c2d3e02
@@ -7,3 +7,5 @@ class PmsResUsersInfo(Datamodel):
|
||||
_name = "res.users.info"
|
||||
id = fields.Integer(required=False, allow_none=True)
|
||||
name = fields.String(required=False, allow_none=True)
|
||||
userImageBase64 = fields.String(required=False, allow_none=True)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user