How to inherit the odoo V15 web module action_service.js file.
File Path: /addons/web/static/src/webclient/actions/action_service.js
I have to inherit the _downloadreport function but it is inside the makeActionManager function.
Someone suggest me the best solution for override or inherit the action_service file.