[IMP] Open form dialog in edit mode

bzr revid: fme@openerp.com-20121025080747-hr57jyhfe67xxco4
This commit is contained in:
Fabien Meghazi 2012-10-25 10:07:47 +02:00
parent 149d05a83f
commit baf6832302
1 changed files with 1 additions and 1 deletions

View File

@ -478,7 +478,7 @@ instance.web_calendar.CalendarFormDialog = instance.web.Dialog.extend({
var self = this;
this.ready.then(function() {
if (self.dataset.select_id(id)) {
self.form.do_show().then(function() {
self.form.do_show({ mode: 'edit' }).then(function() {
self.open();
});
} else {