Hi, I need to hide the “+” button for some linked documents. Does anyone have any idea how to do it?
The below screenshot is captured from Sales Invoice. I checked the codes in Sales Invoice .js and .py files, but couldn’t find anything related to hiding the “+” button. Really appreciate if anyone can help
I found something on frappe files and it works for me. i added these lines of code on the “overrides/js/doctype.js” of my application and it works ! ( in my case i just want to hide the Plus for the “Task” Link.)