diff --git a/hotel_channel_connector/models/hotel_room_type/common.py b/hotel_channel_connector/models/hotel_room_type/common.py index bfdf8a78f..21c996855 100644 --- a/hotel_channel_connector/models/hotel_room_type/common.py +++ b/hotel_channel_connector/models/hotel_room_type/common.py @@ -94,6 +94,7 @@ class HotelRoomType(models.Model): inverse_name='odoo_id', string='Hotel Channel Connector Bindings') + default_quota = fields.Integer("Default Quota", compute="_compute_capacity") capacity = fields.Integer("Capacity", compute="_compute_capacity") @api.multi