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

For traceability how I can list Lot/Serial Number for a MO in odoo view ?

ex: Product A serial = 00001 was made with Product B serial 00002 and Product C lot 00003

I found this sql query to check information exist in database:

select stock_move_lots.lot_id, stock_move_lots.product_id, l1.name, l2.name from stock_move_lots
left join stock_production_lot l1 on stock_move_lots.lot_id = l1.id left join stock_production_lot l2 on stock_move_lots.lot_produced_id = l2.id where production_id = 10 ;

아바타
취소
작성자

I use community edition, In Inventory Control ‣ Serial Numbers/lots I did not have parent/child serial relation

관련 게시물 답글 화면 활동
0
3월 15
3643
1
3월 20
3910
0
11월 17
3620
0
6월 17
3541
0
10월 15
3840