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:
robert schouten
2017-01-13 17:21:09 +08:00
committed by Rushabh Mehta
parent b251cd4ccb
commit 7a3d418aa5
14 changed files with 465 additions and 9 deletions

View File

@@ -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',