Renaming CRM fields
If you have a desire or need to rename any fields, you can do it without changing the code.
Here are two alternatives:
-
If you do not use English as the CRM interface language, then use translation system to change field names without modifying the code.
For example, when translating "Region/State" you can use the corresponding name of the administrative-territorial unit of your country. -
Change the value of the verbose_name field attribute.
For example, in the filecrm/models/base_contact.py:
Note
In both of these cases, the functionality of the CRM will not be impaired and the CRM software will not need to be changed.