[FIX] web_calendar: improve the commit 787147d. This commit was fixing bug in other...
authorJeremy Kersten <jke@odoo.com>
Fri, 21 Nov 2014 10:58:39 +0000 (11:58 +0100)
committerJeremy Kersten <jke@odoo.com>
Fri, 21 Nov 2014 13:07:09 +0000 (14:07 +0100)
commit82518067412f736af4c7c91e3d8ce0ce14cf7e3f
tree38bff01375dc29f78997b6a1e0de94c26b083087
parentde641ccbf8ca4a42bc98d30f46b17e40c6d41a63
[FIX] web_calendar: improve the commit 787147d. This commit was fixing bug in other module that calendar which was open an event in popup view. Because browse/read by default was unable to read string id. The fix was too restrictif, because calendar need to read/browse string; we cannot cast this id in Int else we loose the virtual part. parseInt('12-20140512') -> 12.
addons/web_calendar/static/src/js/web_calendar.js