mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-17 02:26:33 +00:00
Email inbox based off of frappe email inbox pr (#7308)
* email inbox * inbox fixes * separate email-inbox to pass tests * separate email-inbox to pass tests * fix import * add more info to contact and address
This commit is contained in:
committed by
Rushabh Mehta
parent
b251cd4ccb
commit
7a3d418aa5
@@ -165,6 +165,9 @@ doc_events = {
|
||||
"Address": {
|
||||
"validate": "erpnext.shopping_cart.cart.set_customer_in_address"
|
||||
},
|
||||
"Communication":{
|
||||
"after_insert":"erpnext.utilities.doctype.contact.match_email_to_contact"
|
||||
},
|
||||
|
||||
# bubble transaction notification on master
|
||||
('Opportunity', 'Quotation', 'Sales Order', 'Delivery Note', 'Sales Invoice',
|
||||
|
||||
Reference in New Issue
Block a user