[FIX] readme sample

This commit is contained in:
KKamaa
2022-04-15 14:05:47 +03:00
parent 6c5cf35974
commit 65e4a41a89
7 changed files with 167 additions and 5 deletions

View File

@@ -85,8 +85,9 @@ odoo.define("report_qweb_encrypt.Dialog", function (require) {
})
);
reportUrls = _.mapObject(reportUrls, function (value) {
value += serializedOptionsPath;
return value;
var val = value;
val += serializedOptionsPath;
return val;
});
}
}