mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[IMP] pms-api-rest: partner search param
This commit is contained in:
committed by
Darío Lodeiros
parent
713f425c22
commit
e4f34e7dd6
@@ -7,6 +7,7 @@ class PmsPartnerSearchParam(Datamodel):
|
||||
_name = "pms.partner.search.param"
|
||||
id = fields.Integer(required=False, allow_none=True)
|
||||
vat = fields.String(required=False, allow_none=True)
|
||||
name = fields.String(required=False, allow_none=True)
|
||||
|
||||
|
||||
class PmsPartnerInfo(Datamodel):
|
||||
|
||||
Reference in New Issue
Block a user