diff --git a/hotel_channel_connector_wubook/models/hotel_room_type_availability/importer.py b/hotel_channel_connector_wubook/models/hotel_room_type_availability/importer.py index 0a42bbbde..b982c256e 100644 --- a/hotel_channel_connector_wubook/models/hotel_room_type_availability/importer.py +++ b/hotel_channel_connector_wubook/models/hotel_room_type_availability/importer.py @@ -75,8 +75,8 @@ class HotelRoomTypeAvailabilityImporter(Component): Updating channel values for Room Type %s... \ (Odoo: %d -- Channel: %d)" % ( room_type_avail_bind.room_type_id.name, - room['avail'], - room_type_avail_bind.channel_avail))) + room_type_avail_bind.channel_avail, + room['avail']))) else: room_type_avail_bind = channel_room_type_avail_obj.with_context({ 'connector_no_export': True,