fix: link opportunity in prospect after creating opportunity from prospect (#41769)

This commit is contained in:
Nabin Hait
2024-06-04 15:19:24 +05:30
committed by GitHub
parent cb6d8afa26
commit 12e48f0b63

View File

@@ -118,6 +118,8 @@ class Opportunity(TransactionBase, CRMNote):
self.title = self.customer_name
self.calculate_totals()
def on_update(self):
self.update_prospect()
def map_fields(self):