diff --git a/hotel_calendar/__manifest__.py b/hotel_calendar/__manifest__.py index e8577a3db..0f123751b 100644 --- a/hotel_calendar/__manifest__.py +++ b/hotel_calendar/__manifest__.py @@ -39,6 +39,5 @@ ], 'installable': True, - 'auto_install': False, 'license': 'AGPL-3', } diff --git a/hotel_calendar_channel_connector/__manifest__.py b/hotel_calendar_channel_connector/__manifest__.py index 1045e0c2f..a3cbe0835 100644 --- a/hotel_calendar_channel_connector/__manifest__.py +++ b/hotel_calendar_channel_connector/__manifest__.py @@ -29,6 +29,5 @@ 'installable': True, 'auto_install': True, - 'application': False, 'license': 'AGPL-3', } diff --git a/hotel_channel_connector/__manifest__.py b/hotel_channel_connector/__manifest__.py index 03c4f057c..795c393fe 100644 --- a/hotel_channel_connector/__manifest__.py +++ b/hotel_channel_connector/__manifest__.py @@ -46,7 +46,5 @@ 'test': [ ], 'installable': True, - 'auto_install': False, - 'application': False, 'license': 'AGPL-3', } diff --git a/hotel_channel_connector/models/hotel_room_type_availability/common.py b/hotel_channel_connector/models/hotel_room_type_availability/common.py index 318ade762..7620d0ec3 100644 --- a/hotel_channel_connector/models/hotel_room_type_availability/common.py +++ b/hotel_channel_connector/models/hotel_room_type_availability/common.py @@ -157,7 +157,7 @@ class BindingHotelRoomTypeAvailabilityListener(Component): def on_record_create(self, record, fields=None): if not any(record.channel_bind_ids): channel_room_type_avail_obj = self.env[ - 'channel.room.type.availability'] + 'channel.hotel.room.type.availability'] backends = self.env['channel.backend'].search([]) for backend in backends: avail_bind = channel_room_type_avail_obj.search([ diff --git a/hotel_channel_connector_wubook/__manifest__.py b/hotel_channel_connector_wubook/__manifest__.py index 7db1e2dc9..e4515688c 100644 --- a/hotel_channel_connector_wubook/__manifest__.py +++ b/hotel_channel_connector_wubook/__manifest__.py @@ -27,7 +27,5 @@ 'test': [ ], 'installable': True, - 'auto_install': False, - 'application': False, 'license': 'AGPL-3', }