From c9cccf7049251d48f4c79676dded8aa906eb478b Mon Sep 17 00:00:00 2001 From: laurentbarontini Date: Sat, 3 Jan 2026 21:13:11 +0100 Subject: [PATCH] 03.01.26 --- tryton-sao.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tryton-sao.js b/tryton-sao.js index f3a2f6d..934f335 100644 --- a/tryton-sao.js +++ b/tryton-sao.js @@ -20688,9 +20688,9 @@ function eval_pyson(value){ const { model, res_id, view_mode, domain, context } = event.data.payload || {}; var action = { type: 'ir.action.act_window', - res_model: model, + res_model: 'lot.report', - pyson_domain: domain, + pyson_domain: '[["r_lot_matched", ">", 0]]', pyson_context: JSON.stringify({ purchase: null,