[ADD] test cases for massive changes

This commit is contained in:
Pablo
2019-09-20 10:32:02 +02:00
parent 3c2ee347ce
commit d8095ef599
3 changed files with 76 additions and 0 deletions

View File

@@ -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': ''
})