mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[WIP][MIG][11.0] Hotel Calendar
This commit is contained in:
@@ -98,12 +98,12 @@ class TestHotel(TestMail):
|
||||
cls.tz_hotel = 'Europe/Madrid'
|
||||
cls.parity_pricelist_id = cls.pricelist_1.id
|
||||
cls.parity_restrictions_id = cls.restriction_1.id
|
||||
cls.env['ir.values'].sudo().set_default('hotel.config.settings',
|
||||
cls.env['ir.values'].sudo().set_default('res.config.settings',
|
||||
'tz_hotel', cls.tz_hotel)
|
||||
cls.env['ir.values'].sudo().set_default('hotel.config.settings',
|
||||
cls.env['ir.values'].sudo().set_default('res.config.settings',
|
||||
'parity_pricelist_id',
|
||||
cls.parity_pricelist_id)
|
||||
cls.env['ir.values'].sudo().set_default('hotel.config.settings',
|
||||
cls.env['ir.values'].sudo().set_default('res.config.settings',
|
||||
'parity_restrictions_id',
|
||||
cls.parity_restrictions_id)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user