Table des matières

Sujet précédent

3.3. document3D – Step et documents 3D

Sujet suivant

3.5. gdoc – Application Google Document

Cette page

Autres langues

3.4. ecr - Engineering Change Requests

This application adds Engineering Change Requests.

3.4.1. settings.py

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).

3.4.2. Synchronizing the database

Run ./manage.py migrate ecr.

Run ./manage.py loaddata lifecycles_ecr.json to load lifecycles.

3.4.3. Testing

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.