feat: docstring added for auto cancel exempt doctypes
This commit is contained in:
parent
23d4a0ec48
commit
70148a6748
@ -264,6 +264,11 @@ doc_events = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# On cancel event Payment Entry will be exempted and all linked submittable doctype will get cancelled.
|
||||||
|
auto_cancel_exempt_doctypes = [
|
||||||
|
"Payment Entry"
|
||||||
|
]
|
||||||
|
|
||||||
scheduler_events = {
|
scheduler_events = {
|
||||||
"all": [
|
"all": [
|
||||||
"erpnext.projects.doctype.project.project.project_status_update_reminder"
|
"erpnext.projects.doctype.project.project.project_status_update_reminder"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user