Hi All,
I want to override the Quality Review Creation which is triggered by the scheduler_events daily. The option at the moment is to comment out the line in the erpnext app hooks.py file
scheduler_events = {
“daily”: [
“erpnext.quality_management.doctype.quality_review.quality_review.review”,
and add a similar line in my custom app scheduler_events. Also Copy the Review Creation Code from erpnext app to my Custom App.
Is there a way to override functionality triggered by the scheduler events?
Thanks,
Saravana