Hi everyone,
I am trying to override or extend the query_report.js
file to add a custom button to all reports.
I modified the core code and tested it successfully (after running bench build
).
I’m looking for a better approach where I can override just the specific method through my custom app, ensuring future updates are not missed.