fix(quotation): carry forward communications from opportunity at after_insert (#57639)

(cherry picked from commit 9e659938d7)
This commit is contained in:
Diptanil Saha
2026-07-31 10:35:26 +05:30
committed by Mergify
parent 68c24f3767
commit b28e54f97f

View File

@@ -147,6 +147,9 @@ class Quotation(SellingController):
make_packing_list(self)
def after_insert(self):
self.carry_forward_communication()
def before_submit(self):
self.set_has_alternative_item()
@@ -292,7 +295,6 @@ class Quotation(SellingController):
# update enquiry status
self.update_opportunity("Quotation")
self.update_lead()
self.carry_forward_communication()
def on_cancel(self):
if self.lost_reasons: