From c37c0cb6a63f9640caf99787ab47be6953e9e001 Mon Sep 17 00:00:00 2001 From: laurentbarontini Date: Sun, 4 Jan 2026 09:46:10 +0100 Subject: [PATCH] 04.01.26 --- tryton-sao.js | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/tryton-sao.js b/tryton-sao.js index 9b116ff..5780ca6 100644 --- a/tryton-sao.js +++ b/tryton-sao.js @@ -20682,6 +20682,7 @@ function eval_pyson(value){ mode: view_mode, domain: domain, target: "new", + context: context }); } if (event.data?.type === "exec_window"){ @@ -20692,15 +20693,6 @@ function eval_pyson(value){ pyson_domain: domain, - // pyson_context: JSON.stringify({ - // purchase: null, - // sale: null, - // shipment: null, - // type: 'matched', - // state: 'all', - // wh: 'all', - // group: 'by_physic' - // }), pyson_context: JSON.stringify(context), pyson_order: 'null', pyson_search_value: '[]',