Merge PR #2264 into 13.0

Signed-off-by pedrobaeza
This commit is contained in:
OCA-git-bot
2022-07-30 23:21:52 +00:00

View File

@@ -500,7 +500,9 @@ odoo.define("web_widget_one2many_product_picker.BasicModel", function(require) {
name: search_val,
args: domain || [],
operator: operator || "ilike",
limit: this.limit,
// The limit will be applied later on the read
// TODO: Look to replace this with a direct search_read in one step
limit: 999999,
context: context || {},
},
}).then(function(results) {