From 2b9159c09c4a9ebcad1f96b3c5517eaab5630b14 Mon Sep 17 00:00:00 2001 From: Pablo Date: Thu, 21 Feb 2019 18:59:49 +0100 Subject: [PATCH] [WIP] default quota for channel manager availability --- hotel_channel_connector/models/hotel_room_type/common.py | 1 + 1 file changed, 1 insertion(+) 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