mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[FIX]pms_api_rest: remove duplicate stateName in property datamodel
This commit is contained in:
@@ -35,7 +35,6 @@ class PmsPropertyInfo(Datamodel):
|
||||
street2 = fields.String(required=False, allow_none=True)
|
||||
zip = fields.String(required=False, allow_none=True)
|
||||
city = fields.String(required=False, allow_none=True)
|
||||
stateName = fields.Integer(required=False, allow_none=True)
|
||||
ineCategory = fields.String(required=False, allow_none=True)
|
||||
cardexWarning = fields.String(required=False, allow_none=True)
|
||||
companyPrivacyPolicy = fields.String(required=False, allow_none=True)
|
||||
|
||||
Reference in New Issue
Block a user