跳至内容
菜单
此问题已终结
1 回复
2234 查看

Can someone help me pin point which function is called to update the Product Sold/Quantity when I hit "confirm" inside the sale order?

形象
丢弃
最佳答案

On clicking confirm action_confirm() is called.

Product is updated by _action_launch_stock_rule()

Thanks

形象
丢弃
编写者

Thank you Sir for the tips.. I managed to solved my problem.. You saved my day..