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:
@@ -6,5 +6,5 @@ from odoo.addons.datamodel.core import Datamodel
|
||||
class PmsSearchParam(Datamodel):
|
||||
_name = "pms.search.param"
|
||||
|
||||
pms_property_id = fields.Integer(required=False, allow_none=True)
|
||||
pms_property_ids = fields.List(fields.Integer(), required=False)
|
||||
pmsPropertyId = fields.Integer(required=False, allow_none=True)
|
||||
pmsPropertyIds = fields.List(fields.Integer(), required=False)
|
||||
|
||||
Reference in New Issue
Block a user