[FIX] wrong inheritance

This commit is contained in:
Pablo
2019-02-19 10:59:44 +01:00
parent 2d2b3f7fde
commit fe11bada81

View File

@@ -30,7 +30,7 @@ class HotelRoomTypeAdapter(Component):
class ChannelHotelRoomType(models.Model):
_inherit = 'hotel.room.type'
_inherit = 'channel.hotel.room.type'
@api.constrains('min_price', 'max_price')
def _check_min_max_price(self):