mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[WIP]pms_api_rest: working in partner services
This commit is contained in:
@@ -8,7 +8,6 @@ class PmsPartnerSearchParam(Datamodel):
|
||||
id = fields.Integer(required=False, allow_none=True)
|
||||
vat = fields.String(required=False, allow_none=True)
|
||||
|
||||
|
||||
class PmsPartnerSearchParam(Datamodel):
|
||||
_name = "pms.partner.search.param"
|
||||
id = fields.Integer(required=False, allow_none=True)
|
||||
|
||||
Reference in New Issue
Block a user