the method 'action_confirm' on the sale.order model creates a delivery order automatically when it is confirmed, and I want to disable that feature .
I checked the button and it calls the action_confirm method on that model.
And on checking the action_confirm method, i cannot find the code that creates the delivery order.
I want the exact flow of operations ,but without creating the delivery order here.
Where is the code that does this function?