lots of updates
This commit is contained in:
parent
02c48e6108
commit
8ed083fce1
14 changed files with 730 additions and 83 deletions
|
|
@ -161,14 +161,18 @@ add_to_apps_screen = [
|
|||
doc_events = {
|
||||
"On-Site Meeting": {
|
||||
"after_insert": "custom_ui.events.onsite_meeting.after_insert",
|
||||
"after_save": "custom_ui.events.onsite_meeting.after_save"
|
||||
"on_update": "custom_ui.events.onsite_meeting.after_save"
|
||||
},
|
||||
"Address": {
|
||||
"after_insert": "custom_ui.events.address.after_insert"
|
||||
},
|
||||
"Quotation": {
|
||||
"after_insert": "custom_ui.events.estimate.after_insert",
|
||||
"after_save": "custom_ui.events.estimate.after_save"
|
||||
"on_update": "custom_ui.events.estimate.after_save",
|
||||
"after_submit": "custom_ui.events.estimate.after_submit"
|
||||
},
|
||||
"Sales Order": {
|
||||
"after_insert": "custom_ui.events.sales_order.after_insert"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue