29_12_25
This commit is contained in:
@@ -20692,7 +20692,6 @@ function eval_pyson(value){
|
|||||||
name: 'Lots matched',
|
name: 'Lots matched',
|
||||||
res_model: 'lot.report',
|
res_model: 'lot.report',
|
||||||
|
|
||||||
// PYSON JSON-compatible
|
|
||||||
pyson_domain: '[["r_lot_matched", ">", 0]]',
|
pyson_domain: '[["r_lot_matched", ">", 0]]',
|
||||||
|
|
||||||
pyson_context: JSON.stringify({
|
pyson_context: JSON.stringify({
|
||||||
@@ -20705,11 +20704,15 @@ function eval_pyson(value){
|
|||||||
group: 'by_physic'
|
group: 'by_physic'
|
||||||
}),
|
}),
|
||||||
|
|
||||||
|
pyson_order: 'null',
|
||||||
|
pyson_search_value: '[]',
|
||||||
|
|
||||||
views: [],
|
views: [],
|
||||||
domains: []
|
domains: []
|
||||||
};
|
};
|
||||||
|
|
||||||
Sao.Action.exec_action(action, {ids: []}, {});
|
Sao.Action.exec_action(action, { ids: [] }, {});
|
||||||
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user