|
|
@ -6,7 +6,7 @@ import { download } from "@web/core/network/download"; |
|
|
|
/** |
|
|
|
This handler is responsible for generating XLSX reports. |
|
|
|
*/ |
|
|
|
registry.category("ir.actions.report handlers").add("xlsx", async function (action) { |
|
|
|
registry.category("ir.actions.report handlers").add("crm_kit.xlsx", async function (action) { |
|
|
|
if (action.report_type === 'xlsx') { |
|
|
|
BlockUI; |
|
|
|
await download({ |
|
|
|