mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[FIX] fix when no sale channel name
This commit is contained in:
committed by
Darío Lodeiros
parent
65fe97a07e
commit
ccceea606f
@@ -15,4 +15,4 @@ class PmsNotificationInfo(Datamodel):
|
||||
timeStamp = fields.Integer(required=False)
|
||||
folioName = fields.String(required=False)
|
||||
partnerName = fields.String(required=False)
|
||||
saleChannelName = fields.String(required=False)
|
||||
saleChannelName = fields.String(required=False, allow_none=True)
|
||||
|
||||
Reference in New Issue
Block a user