frappe / erpnext

Free and Open Source Enterprise Resource Planning (ERP)
https://erpnext.com
GNU General Public License v3.0
20.38k stars 7.08k forks source link

Missing Add Comment feature in Opportunity Doctype #33207

Closed HnSSiva closed 1 year ago

HnSSiva commented 1 year ago

Information about bug

On updating the ERPNext to Version 14, the Add Comment feature in Opportunity Doctype is missing

Module

CRM

Version

Frappe Version - v14.17.0 (version-14) ERPNext Version - v14.9.0 (version-14)

Installation method

None

Relevant log output / Stack trace / Full Error Message.

NA
deepeshgarg007 commented 1 year ago
image

@HnSSiva There is a separate tab for comments in the opportunity section hence we have removed the generic comments section. Looks like an invalid issue. Closing this

bhaveshmahavar commented 1 year ago

I want that one comment section how can i get that one comment section when we create a manually comment it will show in records.

shivangag commented 1 year ago

@deepeshgarg007 Can anyone from frappe team let us know why the generic comments section, which is so fundamental to frappe framework, has been hidden in favor of CRM Notes(named unnecessarily IMHO as Comments instead of Notes)? This kind of change breaks the uniformity of ERPNext and Frappe, on which other teams heavily depend for their customization and extensions.

mustakimgodil commented 1 year ago

Work Around Solution: Extend "erpnext.crm.Opportunity" and rewrite your own refresh function removing "this.show_activities()".

Add hook to extend doctype js of opportunity in your own custom app.

image

image