Hi, i'm im creating sale_order_line on Odoo 13 with
self.env['sale.order.line'].create(vals)
But Odoo automaticaly creates stock_picking and stock_move after creating sale_order_line.
I actually delete stock_picking after the creation,
but is there a way to not create stock_picking intead of create and delete ?