From d1a48fd575b487a4efc224c2fcfdcca05ee2ea16 Mon Sep 17 00:00:00 2001 From: laurentbarontini Date: Sat, 3 Jan 2026 20:43:16 +0100 Subject: [PATCH] 03.01.26 --- tryton-sao.js | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/tryton-sao.js b/tryton-sao.js index e37f4df..f3a2f6d 100644 --- a/tryton-sao.js +++ b/tryton-sao.js @@ -20692,7 +20692,15 @@ function eval_pyson(value){ pyson_domain: domain, - pyson_context: JSON.stringify(context), + pyson_context: JSON.stringify({ + purchase: null, + sale: null, + shipment: null, + type: 'matched', + state: 'all', + wh: 'all', + group: 'by_physic' + }), pyson_order: 'null', pyson_search_value: '[]',