mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[IMP] pms-api-rest: demo data for property image hotel, icon room type classes, views, init, manifest & services & datamodels (property, user, room_type_class, agency, sale channels)
This commit is contained in:
committed by
Darío Lodeiros
parent
f374f6a102
commit
e0fae5f366
@@ -88,3 +88,8 @@ class PmsProperty(models.Model):
|
||||
help="Color for pending payment reservations in the planning.",
|
||||
default="rgba(4, 95, 118)",
|
||||
)
|
||||
|
||||
hotel_image_pms_api_rest = fields.Image(
|
||||
string="Hotel image",
|
||||
store=True,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user