doc_events = {
“Sales Invoice”: {
“after_save”:“catering.customer_task.customer_hook”,
“on_submit”: “catering.sales_invoice.create_event_todo”,
# “on_submit”: “catering.customer_task.customer_hook”
}
}
On_submit is Working but After_save is not Working
please help