Removed unwanted comment.

bzr revid: tta@openerp.com-20120515114250-724qkt8uv0sdpuag
This commit is contained in:
Tejas Tank 2012-05-15 17:12:50 +05:30
parent 6cfbb6cbfa
commit 4aeccd8c32
1 changed files with 1 additions and 2 deletions

View File

@ -19,8 +19,7 @@ instance.web.form.FieldEtherpad = instance.web.form.AbstractField.extend(_.exten
},
render_value: function() {
var show_value = instance.web.format_value(this.get('value'), this, '');
if (!this.get("effective_readonly")) {
console.log("this is sthis...",this);
if (!this.get("effective_readonly")) {
var pad_username = "noNamed" ;
if(this.view.datarecord.hasOwnProperty("pad_username"))
pad_username = this.view.datarecord.pad_username;