mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[WIP] Channel Connector: Avail fields
This commit is contained in:
@@ -28,6 +28,8 @@ class ChannelHotelRoomTypeAvailability(models.Model):
|
||||
string='Pricelist',
|
||||
required=True,
|
||||
ondelete='cascade')
|
||||
no_ota = fields.Boolean('No OTA', default=False)
|
||||
booked = fields.Boolean('Booked', default=False, readonly=True)
|
||||
channel_max_avail = fields.Integer("Max. Channel Avail",
|
||||
default=_default_channel_max_avail,
|
||||
old_name='wmax_avail')
|
||||
|
||||
Reference in New Issue
Block a user