This commit is contained in:
2026-01-03 21:13:11 +01:00
parent 8f53e1174d
commit c9cccf7049

View File

@@ -20688,9 +20688,9 @@ function eval_pyson(value){
const { model, res_id, view_mode, domain, context } = event.data.payload || {};
var action = {
type: 'ir.action.act_window',
res_model: model,
res_model: 'lot.report',
pyson_domain: domain,
pyson_domain: '[["r_lot_matched", ">", 0]]',
pyson_context: JSON.stringify({
purchase: null,