mirror of https://github.com/OCA/web.git
Fix mobile enterprise version
parent
c4cc8726c8
commit
d0fe81d1ac
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
"name": "web_m2x_options",
|
"name": "web_m2x_options",
|
||||||
"version": "13.0.1.0.1",
|
"version": "13.0.1.0.2",
|
||||||
"category": "Web",
|
"category": "Web",
|
||||||
"author": "ACSONE SA/NV, "
|
"author": "ACSONE SA/NV, "
|
||||||
"0k.io, "
|
"0k.io, "
|
||||||
|
|
|
@ -137,6 +137,9 @@ odoo.define("web_m2x_options.web_m2x_options", function(require) {
|
||||||
|
|
||||||
_search: function(search_val) {
|
_search: function(search_val) {
|
||||||
var self = this;
|
var self = this;
|
||||||
|
if (search_val === undefined) {
|
||||||
|
return this._super.apply(this, arguments);
|
||||||
|
}
|
||||||
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