mirror of https://github.com/OCA/web.git
[13.0][FIX] issue of field dropdown
parent
80db8b97e3
commit
d3b4fc2e6f
|
@ -9,3 +9,4 @@
|
||||||
* Jairo Llopis <jairo.llopis@tecnativa.com>
|
* Jairo Llopis <jairo.llopis@tecnativa.com>
|
||||||
* David Vidal <david.vidal@tecnativa.com>
|
* David Vidal <david.vidal@tecnativa.com>
|
||||||
* Ernesto Tejeda <ernesto.tejeda87@gmail.com>
|
* Ernesto Tejeda <ernesto.tejeda87@gmail.com>
|
||||||
|
* Bhavesh Odedra <bodedra@opensourceintegrators.com>
|
||||||
|
|
|
@ -136,6 +136,7 @@ odoo.define("web_m2x_options.web_m2x_options", function(require) {
|
||||||
},
|
},
|
||||||
|
|
||||||
_search: function(search_val) {
|
_search: function(search_val) {
|
||||||
|
var self = this;
|
||||||
var def = new Promise(resolve => {
|
var def = new Promise(resolve => {
|
||||||
// Add options limit used to change number of selections record
|
// Add options limit used to change number of selections record
|
||||||
// returned.
|
// returned.
|
||||||
|
|
Loading…
Reference in New Issue