[DEL] deprecated max_child and max_adult

This commit is contained in:
Dario Lodeiros
2019-09-24 12:00:58 +02:00
parent d5fdbd6a4f
commit 7c55963bb1
2 changed files with 0 additions and 5 deletions

View File

@@ -58,8 +58,6 @@ class HotelSharedRoom(models.Model):
name = u'%s (%s)' % (self.name, i + 1)
bed_vals = {
'name': name,
'max_adult': 1,
'max_child': 0,
'capacity': 1,
'room_type_id': self.room_type_id.id,
'sequence': self.sequence,