mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[REF]pms_api_rest: api rest routes and datamodel names refactor
This commit is contained in:
@@ -7,4 +7,4 @@ class PmsAvailabilityPlanInfo(Datamodel):
|
||||
_name = "pms.availability.plan.info"
|
||||
id = fields.Integer(required=False, allow_none=True)
|
||||
name = fields.String(required=False, allow_none=True)
|
||||
pms_property_ids = fields.List(fields.Integer(required=False, allow_none=True))
|
||||
pmsPropertyIds = fields.List(fields.Integer(required=False, allow_none=True))
|
||||
|
||||
Reference in New Issue
Block a user