mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[IMP]pms_api_rest: Rss post imageUrl in service
This commit is contained in:
@@ -33,8 +33,7 @@ class PmsFeedRss(Component):
|
||||
description=rss.description,
|
||||
publishDate=str(rss.publish_date),
|
||||
author=rss.author if rss.author else "",
|
||||
imageUrl="https://www.roomdoo.com/wp-content"
|
||||
"/uploads/2021/09/hotel-roomdoo.png",
|
||||
imageUrl=rss.image_url or "",
|
||||
)
|
||||
)
|
||||
return result_rss
|
||||
|
||||
Reference in New Issue
Block a user