[IMP] Calendar - Add an explicit /web in url from invitation mail since it required to works

This commit is contained in:
Jeremy Kersten 2014-06-16 10:22:38 +02:00
parent 0c627438cc
commit 0507ca5f31
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ openerp.calendar = function(instance) {
var self = this;
var action_url = '';
action_url = _.str.sprintf('/?db=%s#id=%s&view_type=form&model=calendar.event', db, meeting_id);
action_url = _.str.sprintf('/web?db=%s#id=%s&view_type=form&model=calendar.event', db, meeting_id);
var reload_page = function(){
return location.replace(action_url);