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 search datamodels
This commit is contained in:
@@ -5,7 +5,6 @@ from odoo.addons.datamodel.core import Datamodel
|
||||
|
||||
class PmsUbicationSearchParam(Datamodel):
|
||||
_name = "pms.ubication.search.param"
|
||||
id = fields.Integer(required=False, allow_none=True)
|
||||
name = fields.String(required=False, allow_none=True)
|
||||
pmsPropertyIds = fields.List(fields.Integer(), required=False)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user