Daily updates from Odoo
Monday, August 31, 2015
1 change · master
Resolved issues and error corrections
Fixed a calendar issue that could cause errors after switching views or reloading events. The calendar now properly refreshes related contact data, helping users avoid disruptions while managing scheduled activities.
Original PR description
… swithced m2o should be reinitialized, and old instance of field manager should be destroyed otherwise it will through traceback 'cannot call methods on autocomplete prior to initialization', also improved the reload_favorite_list, it should be called when calendar.contacts record is created. Issue: 646384