~openerp-dev/openobject-client-web/6.0-opw-19877-cpa

« back to all changes in this revision

Viewing changes to addons/openerp/static/javascript/m2o.js

  • Committer: cpa-openerp
  • Date: 2011-11-03 06:31:42 UTC
  • Revision ID: cpa@tinyerp.com-20111103063142-f1jfp4twqyfvoz7w
[FIX] Auto result box not hide after select record from m2o popup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
164
164
};
165
165
 
166
166
ManyToOne.prototype.get_text = function() {
 
167
    this.clearResults();
167
168
    if(!this.text) { return; }
168
169
    if(!this.field.value) {
169
170
        this.text.value = '';