Hello, tell me in which folder is the directory "opportunity". Where to look to make edits to the code (which way)?
change directories and entities. how?
Collapse
X
-
this depends on the changes you want, if you want to hook the save operation I prefer to go with this file
EspoCRM – Open Source CRM Application. Contribute to espocrm/espocrm development by creating an account on GitHub.
sometimes you need to make changes here:
EspoCRM – Open Source CRM Application. Contribute to espocrm/espocrm development by creating an account on GitHub.
for front-end related changes:
https://github.com/espocrm/espocrm/tree/master/client/modules/crm/src/views/opportunity/*
-
for front-end related changes:
EspoCRM – Open Source CRM Application. Contribute to espocrm/espocrm development by creating an account on GitHub.
in the navigation bar (contractors, contacts, calendars, etc.) how to change the names of the modules or templates themselves?
for example, "contacts" I want to replace with "raw"
-
-
note: changing these files directly will be not safe for upgradeComment
Comment