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:
@@ -72,10 +72,11 @@ class HotelRoomTypeAvailabilityImporter(Component):
|
|||||||
dfrom=room['date'], dto=room['date'],
|
dfrom=room['date'], dto=room['date'],
|
||||||
internal_message=_(
|
internal_message=_(
|
||||||
"Channel try to change availiability! \
|
"Channel try to change availiability! \
|
||||||
Updating channel values... \
|
Updating channel values for Room Type %s... \
|
||||||
(Odoo: %d -- Channel: %d" % (
|
(Odoo: %d -- Channel: %d)" % (
|
||||||
|
room_type_avail_bind.room_type_id.name,
|
||||||
room['avail'],
|
room['avail'],
|
||||||
room_type_avail_bind)))
|
room_type_avail_bind.channel_avail)))
|
||||||
else:
|
else:
|
||||||
room_type_avail_bind = channel_room_type_avail_obj.with_context({
|
room_type_avail_bind = channel_room_type_avail_obj.with_context({
|
||||||
'connector_no_export': True,
|
'connector_no_export': True,
|
||||||
|
|||||||
Reference in New Issue
Block a user