[FIX] web_calendar: cast the id into int. When you open a form view in a popup via...
authorJeremy Kersten <jke@odoo.com>
Wed, 29 Oct 2014 16:43:44 +0000 (17:43 +0100)
committerJeremy Kersten <jke@odoo.com>
Wed, 29 Oct 2014 16:43:44 +0000 (17:43 +0100)
commit787147d52b85464588c046b2afaa0bab0796009b
treec7fdb0a025410734ff7c12261b01a8d19b0708e0
parentf01da83a5a8aa586bab96ccfa2cf2c592ec3dba0
[FIX] web_calendar: cast the id into int. When you open a form view in a popup via the attr 'event_open_popup', in some cases the id is a string and so the popup is empty... FIX #545  PR #551
addons/web_calendar/static/src/js/web_calendar.js