mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[DEL]pms_api_rest: del amenityIds from amenity type datamodel
This commit is contained in:
@@ -14,4 +14,3 @@ class PmsAmenityTypeInfo(Datamodel):
|
||||
_name = "pms.amenity.type.info"
|
||||
id = fields.Integer(required=True, allow_none=False)
|
||||
name = fields.String(required=True, allow_none=False)
|
||||
pmsAmenityIds = fields.List(fields.Integer(), required=False)
|
||||
|
||||
Reference in New Issue
Block a user