[IMP] pms_api_rest: add image in users datamodel

This commit is contained in:
Sara Lago
2022-11-02 20:16:19 +01:00
committed by Darío Lodeiros
parent cf9a55b0c4
commit 233c2d3e02
2 changed files with 7 additions and 1 deletions

View File

@@ -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)