更新Bom後 update no 和 pso都不對bom
生產單不對Bom
" Problem is fixed"
the bom item falled into stock.move table sequence 2 (MO)
changed the following statement in stockpicking_list.xml
<t t-if="doc1['SQM'] < 10 and doc1['Product_Type'] == 'RM'">
and stockpicking_list.py
(case when BC.sequence < 10 then concat('[', BC.product_code, '] ', BC.product_name) else '' end) as RWName,
(case when BC.sequence < 10 then concat(BC.product_uom_qty, ' ', BC.uomname) else '' end) as RWQty,