[REF]pms_api_rest: api rest routes and datamodel names refactor

This commit is contained in:
braisab
2022-07-06 20:11:25 +02:00
committed by Darío Lodeiros
parent 74578e1c1a
commit 78bdc6a31a
25 changed files with 91 additions and 91 deletions

View File

@@ -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)