[IMP]pms_api_rest: del id field in input params

This commit is contained in:
Sara
2022-07-07 16:20:07 +02:00
committed by Darío Lodeiros
parent 5aa649381e
commit 82ba5b00f8
7 changed files with 0 additions and 14 deletions

View File

@@ -31,8 +31,6 @@ class PmsRoomService(Component):
domain = []
if room_search_param.name:
domain.append(("name", "like", room_search_param.name))
if room_search_param.id:
domain.append(("id", "=", room_search_param.id))
if room_search_param.pmsPropertyId:
domain.append(("pms_property_id", "=", room_search_param.pmsPropertyId))
if (