mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[IMP] pms-api-rest: improvement performance planning
This commit is contained in:
committed by
Darío Lodeiros
parent
9e27db83c0
commit
f8b9b650c2
@@ -75,7 +75,7 @@ class PmsCalendarInfo(Datamodel):
|
||||
class PmsCalendarRenderInfo(Datamodel):
|
||||
_name = "pms.calendar.render.info"
|
||||
roomId = fields.Integer(required=True, allow_none=False)
|
||||
roomTypeId = fields.String(required=True, allow_none=False)
|
||||
roomTypeId = fields.Integer(required=True, allow_none=False)
|
||||
dates = fields.List(fields.Dict(required=True, allow_none=False))
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user