mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[ADD]pms_api_rest: add otas parameter in get agency service
This commit is contained in:
@@ -6,6 +6,7 @@ from odoo.addons.datamodel.core import Datamodel
|
||||
class PmsAgencySearchParam(Datamodel):
|
||||
_name = "pms.agency.search.param"
|
||||
name = fields.String(required=False, allow_none=True)
|
||||
otas = fields.Boolean(required=False, allow_none=True)
|
||||
|
||||
|
||||
class PmsAgencyInfo(Datamodel):
|
||||
|
||||
Reference in New Issue
Block a user