mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[UPD] update issue message
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user