update doctype workflows and events for Sales Order creation from Quotation
This commit is contained in:
parent
483942d2ca
commit
02c48e6108
7 changed files with 106 additions and 81 deletions
|
|
@ -161,7 +161,7 @@ add_to_apps_screen = [
|
|||
doc_events = {
|
||||
"On-Site Meeting": {
|
||||
"after_insert": "custom_ui.events.onsite_meeting.after_insert",
|
||||
"on_update": "custom_ui.events.onsite_meeting.on_update"
|
||||
"after_save": "custom_ui.events.onsite_meeting.after_save"
|
||||
},
|
||||
"Address": {
|
||||
"after_insert": "custom_ui.events.address.after_insert"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue