[UPD] update issue message

This commit is contained in:
Pablo
2019-03-12 08:11:23 +01:00
committed by Dario Lodeiros
parent e5d2b19819
commit 7ad09c2e01

View File

@@ -72,10 +72,11 @@ class HotelRoomTypeAvailabilityImporter(Component):
dfrom=room['date'], dto=room['date'],
internal_message=_(
"Channel try to change availiability! \
Updating channel values... \
(Odoo: %d -- Channel: %d" % (
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)))
room_type_avail_bind.channel_avail)))
else:
room_type_avail_bind = channel_room_type_avail_obj.with_context({
'connector_no_export': True,