mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[FIX] WARNING: unknown fields: is_room_type
This commit is contained in:
@@ -98,7 +98,6 @@ class HotelRoomType(models.Model):
|
|||||||
@return: new record set for hotel room type.
|
@return: new record set for hotel room type.
|
||||||
"""
|
"""
|
||||||
vals.update({
|
vals.update({
|
||||||
'is_room_type': True,
|
|
||||||
'purchase_ok': False,
|
'purchase_ok': False,
|
||||||
'type': 'service',
|
'type': 'service',
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user