[IMP]: Improve message

bzr revid: ksa@tinyerp.co.in-20100930084837-z3y02nemlu3luair
This commit is contained in:
ksa (Open ERP) 2010-09-30 14:18:37 +05:30
parent 489e431b3e
commit 37cbe86c27
4 changed files with 3 additions and 3 deletions

View File

@ -200,7 +200,7 @@ var openPartnerHandler = {
if (parseInt(partner_id) > 0){
var t = urlport + "/openerp/form/view?model=res.partner&id="+partner_id;
alert(t + ":" + " " + "you can copy the link and paste in weburl");
alert(t + ":" + " " + "\n\n" + "If you can not open this link directly in web browser then you can copy the link and paste in web browser.");
window.open(t);
}
@ -307,7 +307,7 @@ var listDocumentHandler = {
var urlport = weburl+':'+webport;
var t = urlport + "/openerp/form/view?model=" + model +"&id=" + res_id;
alert(t + ":" + " " + "you can copy the link and paste in weburl");
alert(t + ":" + " " + "\n\n" + "If you can not open this link directly in web browser then you can copy the link and paste in web browser.");
window.open(t);
},

View File

@ -983,7 +983,7 @@ var listSearchwebdocumentHandler = {
open_document();}
if(strlSearchResult=="email" && strlSearchResultValue==''){
alert("Contact is not available.");
alert("Contact is not available.so not open any document.");
}
if(strlSearchResult=="res_id"){