Merge PR #611 into 14.0

Signed-off-by thomaspaulb
This commit is contained in:
OCA-git-bot
2022-10-21 12:26:46 +00:00
17 changed files with 544 additions and 11 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;
});
}
}