[FIX] WARNING: unknown fields: is_room_type

This commit is contained in:
Pablo
2018-11-12 11:38:14 +01:00
parent 8c68d00c0e
commit e84ef7f6c5

View File

@@ -98,7 +98,6 @@ class HotelRoomType(models.Model):
@return: new record set for hotel room type.
"""
vals.update({
'is_room_type': True,
'purchase_ok': False,
'type': 'service',
})