콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
4298 화면

In our previous MRP system, we had a flag that could be set on a BoM to specify that only 1 of an item should be included for an entire manufacturing order.  For example, you only need one assembly instruction manual to go along with a kit of parts to make a hundred finished items.  I don't see any way to do this in OpenERP, so the system is trying to consume 100 manuals for a manufacturing order for 100 items.  The manuals should actually be non-inventoried stock, and not reflected in the QoH counts.  How can I set up something like this behavior?

아바타
취소
베스트 답변

Can you include the assembly instruction manual at a higher level in the BOM structure?  For example:

Change BOM from this:

  • Parent Assembly A
    • Widget 1: qty=1
    • assembly instruction manual: qty=1

To this:

  • Parent Assembly B
    • assembly instruction manual: qty=1
    • Parent Assembly A
      • Widget 1: qty=100

Then, rather than making an order for 100 of Parent Assembly A, you would create an order for 1 of Parent Assembly B.

Depending on the different quantities you would want to produce, you may need to have several different parent assemblies.  For example, this:

  • Parent Assembly C
    • assembly instruction manual: qty=1
    • Parent Assembly D
      • Widget 1: qty=200

Or, this:

  • Parent Assembly E
    • assembly instruction manual: qty=1
    • Parent Assembly F
      • Widget 1: qty=50

 

아바타
취소
관련 게시물 답글 화면 활동
1
8월 25
2604
0
2월 23
2338
7
1월 23
18758
1
3월 15
4921
3
6월 24
1941