This commit is contained in:
2026-01-04 09:46:10 +01:00
parent 50803ae557
commit c37c0cb6a6

View File

@@ -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: '[]',