03.01.26
This commit is contained in:
@@ -20688,9 +20688,9 @@ function eval_pyson(value){
|
|||||||
const { model, res_id, view_mode, domain, context } = event.data.payload || {};
|
const { model, res_id, view_mode, domain, context } = event.data.payload || {};
|
||||||
var action = {
|
var action = {
|
||||||
type: 'ir.action.act_window',
|
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({
|
pyson_context: JSON.stringify({
|
||||||
purchase: null,
|
purchase: null,
|
||||||
|
|||||||
Reference in New Issue
Block a user