add scripts for doctype changes
This commit is contained in:
parent
80aae6f09b
commit
a67e86af44
7 changed files with 115 additions and 76 deletions
|
|
@ -158,13 +158,11 @@ add_to_apps_screen = [
|
|||
# ---------------
|
||||
# Hook on document methods and events
|
||||
|
||||
# doc_events = {
|
||||
# "*": {
|
||||
# "on_update": "method",
|
||||
# "on_cancel": "method",
|
||||
# "on_trash": "method"
|
||||
# }
|
||||
# }
|
||||
doc_events = {
|
||||
"On-Site Meeting": {
|
||||
"after_insert": "custom_ui.events.onsite_meeting.after_insert"
|
||||
}
|
||||
}
|
||||
|
||||
# Scheduled Tasks
|
||||
# ---------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue