'Modify Odoo 14 Export to Excel function (bulk export)
I'm looking to change the behaviour of Odoo 14 Export to Excel function.
At the moment if I select at the same time several records of a model and run the export function one single Excel file is being generated with all the content.
I need one Excel file per record (with all their fields and sub fields). It'd be great if I could also change the name of each Excel file to something meaningful, like having the record.name + record.date as file name.
What I'm struggling with is to find where this functions are called and documented. I don't need the code that solves the problem, I'm just looking for a guide to find the function that I should inherit or modify.
I'm not sure if this is the function that I should be extending or if this has to do with http routes.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
