mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[FIX] pms-api-rest: createHour field @ PmsFolioShortInfo (datamodel)
This commit is contained in:
committed by
Darío Lodeiros
parent
240d96a79a
commit
68ef5626e8
@@ -76,3 +76,4 @@ class PmsFolioShortInfo(Datamodel):
|
||||
firstCheckin = fields.String(required=False, allow_none=True)
|
||||
lastCheckout = fields.String(required=False, allow_none=True)
|
||||
createDate = fields.String(required=False, allow_none=True)
|
||||
createHour = fields.String(required=False, allow_none=True)
|
||||
|
||||
Reference in New Issue
Block a user