mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[ADD] test cases for massive changes
This commit is contained in:
@@ -98,3 +98,8 @@ class TestHotel(common.SavepointCase):
|
||||
cls.room_5 = cls.env.ref('hotel.hotel_room_5')
|
||||
cls.room_6 = cls.env.ref('hotel.hotel_room_6')
|
||||
|
||||
cls.list0 = cls.env.ref('product.list0')
|
||||
cls.list1 = cls.env['product.pricelist'].create({
|
||||
'name': 'Test Pricelist',
|
||||
'pricelist_type': ''
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user