mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
Fix mobile enterprise version
This commit is contained in:
committed by
Germana
parent
ca1c997d1f
commit
3e01a2b63f
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user