mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
26 lines
1.1 KiB
ReStructuredText
26 lines
1.1 KiB
ReStructuredText
MRP - BoM version
|
|
=================
|
|
|
|
This module provides a state in the LdM whether to allow their use in
|
|
manufacturing, to do the following states are defined:
|
|
|
|
* **Draft**:
|
|
The form will be available for data entry, and may move to "active" state.
|
|
* **Active**:
|
|
You can modify all of the form fields except for the fields: routing, BoM
|
|
lines, and the new field Active, for false default when you create a new BoM.
|
|
The "active" state may be passed back to state "draft", if we mark the new
|
|
field "Allow re-edit the BoM list", this new field is defined in
|
|
*Configuration > Configuration > Manufacturing*.
|
|
The active state may move to state "Historical".
|
|
* **Historical**:
|
|
This is the last state of the LdM, you can not change any field on the form.
|
|
|
|
When the MRP BoM list is put to active, a record of who has activated, and when
|
|
will include in chatter/log. It also adds a constraint for the sequence field
|
|
to be unique.
|
|
|
|
* **New version** :
|
|
By clicking the button version, current BOM is moved to historical state,
|
|
and a new BOM is creating based on this but with version number +1 and
|
|
changing state to draft |