3
0
Fork 0

Merge PR #1702 into 12.0

Signed-off-by dreispt
12.0
OCA-git-bot 2021-03-10 06:16:36 +00:00
commit 69d7bf8dd8
1 changed files with 3 additions and 0 deletions

View File

@ -223,6 +223,9 @@ var TranslateDialog = Dialog.extend({
return done;
});
});
save_mutex.exec(function() {
self.view.reload();
});
this.close();
},
on_button_close: function() {