[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

@@ -26,8 +26,6 @@ class PmsExtraBedsService(Component):
domain = [("is_extra_bed", "=", True)]
if extra_beds_search_param.name:
domain.append(("name", "like", extra_beds_search_param.name))
if extra_beds_search_param.id:
domain.append(("id", "=", extra_beds_search_param.id))
if extra_beds_search_param.pmsPropertyId:
domain.extend(
[