From 50803ae5571afddde653444d56fda77171941936 Mon Sep 17 00:00:00 2001 From: laurentbarontini Date: Sun, 4 Jan 2026 09:27:41 +0100 Subject: [PATCH] 04.01.26 --- tryton-sao.js | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/tryton-sao.js b/tryton-sao.js index f3a2f6d..9b116ff 100644 --- a/tryton-sao.js +++ b/tryton-sao.js @@ -20692,16 +20692,16 @@ 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({ + // 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: '[]',