[FIX] readme sample
parent
fbb8c59769
commit
90cf430559
|
@ -85,8 +85,9 @@ odoo.define("report_qweb_encrypt.Dialog", function (require) {
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
reportUrls = _.mapObject(reportUrls, function (value) {
|
reportUrls = _.mapObject(reportUrls, function (value) {
|
||||||
value += serializedOptionsPath;
|
var val = value;
|
||||||
return value;
|
val += serializedOptionsPath;
|
||||||
|
return val;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue