Merge PR #471 into 13.0

Signed-off-by pedrobaeza
pull/488/head
OCA-git-bot 2021-02-10 16:17:15 +00:00
commit d73b9ff1d0
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ odoo.define("report_xlsx.report", function(require) {
url: new_url, url: new_url,
data: { data: {
data: JSON.stringify([new_url, type]), data: JSON.stringify([new_url, type]),
context: JSON.stringify(cloned_action.context),
}, },
success: resolve, success: resolve,
error: error => { error: error => {