Ravi Gadhia (OpenERP) has proposed merging
lp:~openerp-dev/openerp-web/trunk-m2m_tags-rga into lp:openerp-web.
Requested reviews:
OpenERP R&D Web Team (openerp-dev-web)
For more details, see:
https://code.launchpad.net/~openerp-dev/openerp-web/trunk-m2m_tags-rga/+merge/137566
step to reproduce bug:
1) Go to editable customer form view
2) Type "xyz" in category_id (m2m_tags) field
3) Click on Create "xyz" on quick create selection menu
4) Now click on drop down arrow button of m2m_tags field that display previous
result instead of new selection list.
--
https://code.launchpad.net/~openerp-dev/openerp-web/trunk-m2m_tags-rga/+merge/137566
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openerp-web/trunk-m2m_tags-rga.
=== modified file 'addons/web/static/src/js/view_form.js'
--- addons/web/static/src/js/view_form.js 2012-11-29 14:01:09 +0000
+++ addons/web/static/src/js/view_form.js 2012-12-03 13:45:30 +0000
@@ -3964,6 +3964,8 @@
self.add_id(data.id);
} else {
data.action();
+ //this.clearItems(); why not clear autocomplete list ?????
+ this._suggestions = null;
}
},
},
_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help : https://help.launchpad.net/ListHelp