Hi All,
My question is on finding code within all of the master code and addons. I'll use a simple example.
I was working on a simple module to change a label on the product.product_normal_form_view.
On the product.product_normal_form_view as shown on the screen there is a label that says "EAN13 Barcode" In looking at the Debug View of product.product_normal_form_view there is nowhere that the label "EAN13 Barcode" shows up. So I figure that there must be a module that has inherited this view and changed/added this label, or some other code that has made this modification.
But when I do a full file search of all of the code and addons I don't see where "EAN13 Barcode" is used, other than in some point of sale module javascript. I am using windows file search and have it set to search file contents.
So the question is what is the correct way to find existing code, and is there any code in the entire system that would not be exposed/found using a simple in depth file search?
Maybe if someone can tell me where the label "EAN13 Barcode" comes from that would point me in the right direction.
Thanks!