This application adds Engineering Change Requests.
To enable the ecr application, it must be enabled in the settings file: add 'openPLM.apps.ecr' to the list of installed applications (INSTALLED_APPS).
Run ./manage.py migrate ecr.
Run ./manage.py loaddata lifecycles_ecr.json to load lifecycles.
Create an ECR via the creation page.
You can attach any parts or documents to the ECR. Moreover, a new tab – changes – is available on each object page. This tab lists attached ECR.