mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[IMP] pms_api_rest: add default_pricelist in property and fix result in pricelist_service
This commit is contained in:
committed by
Darío Lodeiros
parent
276470017c
commit
bab106d5d5
@@ -15,3 +15,4 @@ class PmsPropertyInfo(Datamodel):
|
||||
id = fields.Integer(required=False, allow_none=True)
|
||||
name = fields.String(required=False, allow_none=True)
|
||||
company = fields.String(required=False, allow_none=True)
|
||||
defaultPricelistId = fields.Integer(required=False, allow_none=True)
|
||||
|
||||
Reference in New Issue
Block a user