Files
manufacture/mrp_workcenter_hierarchical/readme/USAGE.rst
Florian da Costa f2e3b730fb [IMP] mrp_workcenter_hierarchical : put back original behavior allowing to group by top level parent always filling the parent level
Add an option to allow the new behavior : leave parent level empty if the depth of workcenter parents is lower than the parent level number
2024-04-12 14:08:31 +02:00

18 lines
769 B
ReStructuredText

* Go to Manufacturing > Configuration > Work Centers
* Set parent field on workcenters
* Go to Manufacturing > Configuration > Settings
* Set the parent level empty configuration if needed.
Without setting this parameter, the parent levels are always set, never mind the depth
of the parent workcenters. The last parent level will contain the last parent and
the top parent workcenter, will appear it self in its parent level.
The idea is to be able to see group of workcenters :
../static/src/img/img1.png
With the parameter, the parent levels will be empty if the depth of the parent is
to small. (ie : a workcenter with 1 parent and 1 great parent will have parent level 1 and 2 set, but parent level 3 will be empty)
../static/src/img/img2.png