Merge PR #1702 into 12.0

Signed-off-by dreispt
This commit is contained in:
OCA-git-bot
2021-03-10 06:16:36 +00:00

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() {