big update
This commit is contained in:
parent
6853950cc5
commit
992672b51b
11 changed files with 647 additions and 64 deletions
|
|
@ -174,6 +174,9 @@ doc_events = {
|
|||
},
|
||||
"Sales Order": {
|
||||
"on_submit": "custom_ui.events.sales_order.on_submit",
|
||||
},
|
||||
"Task": {
|
||||
"before_insert": "custom_ui.events.task.before_insert"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -183,7 +186,10 @@ fixtures = [
|
|||
"filters": [
|
||||
["name", "in", [
|
||||
"Quotation Template",
|
||||
"Quotation Template Item"
|
||||
"Quotation Template Item",
|
||||
"Customer Company Link",
|
||||
"Customer Address Link",
|
||||
"Customer Contact Link"
|
||||
]]
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue