mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[IMP] pms_api_rest: change input_param to receive only one date and add services for operatives in dashboard_service, add createHour field in folio datamodel
This commit is contained in:
committed by
Darío Lodeiros
parent
65864ace52
commit
4a4f77bb3f
@@ -74,3 +74,4 @@ class PmsFolioShortInfo(Datamodel):
|
||||
saleChannelId = fields.Integer(required=False, allow_none=True)
|
||||
firstCheckin = fields.String(required=False, allow_none=True)
|
||||
lastCheckout = fields.String(required=False, allow_none=True)
|
||||
createHour = fields.String(required=False, allow_none=True)
|
||||
|
||||
Reference in New Issue
Block a user