mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[IMP]pms-api-rest: filter folio by state and limit/offset
This commit is contained in:
@@ -6,6 +6,7 @@ from odoo.addons.datamodel.fields import NestedModel
|
||||
|
||||
class PmsFolioSearchParam(Datamodel):
|
||||
_name = "pms.folio.search.param"
|
||||
_inherit = "pms.rest.metadata"
|
||||
pmsPropertyId = fields.Integer(required=True, allow_none=True)
|
||||
dateFrom = fields.String(required=False, allow_none=True)
|
||||
dateTo = fields.String(required=False, allow_none=True)
|
||||
|
||||
Reference in New Issue
Block a user