JayVora-SerpentCS / OdooHotelManagementSystem

Hotel Management System based on Odoo
http://www.serpentcs.com
213 stars 244 forks source link

FIX error when click on "reservations summary" #124

Closed remyz17 closed 7 years ago

remyz17 commented 7 years ago

Traceback : File "/home/odoo/addons/hotel_reservation/models/hotel_reservation.py", line 738, in get_room_summary if self._context.get('tz', False): File "/usr/local/lib/python2.7/dist-packages/pytz/init.py", line 163, in timezone if zone.upper() == 'UTC': AttributeError: 'bool' object has no attribute 'upper'

To solve this problem i test first if something exist in "self._context.get('tz', False)", if not i define "timezone"