mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[13.0][FIX]report_xlsx multi-company bug : context dropping (hence also allowed_company_ids) causing access errors in multi-company environment
This commit is contained in:
@@ -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) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user