Hello!

I have SugarCRM 5.0.0
I need to make a little customization in the Team module. I need to add 2 fields and change HTML layout.
The Team module is absent in Studio, so I guess that I need to make modifications via file editing.

There are two files that I fink I need to edit
modules/Teams/EditView.html
modules/Teams/EditView.php

But I think it is a bad idea to edit this files because it is not a safe-update approach.

I think the better way is to edit some files in custom/ directory.

Please tell me what files in /custom directory I need to edit?