mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[IMP]pms_api_rest: del id field in input params
This commit is contained in:
@@ -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(
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user