I'm trying to figure out how to change the logic with the sales orders in Odoo so you can pick multiple items from a search view and have each product generate another sale order line.
I looked through the code a bit and to be frank I'm not sure 100% were to begin. For testing, I simply added "widget=many2many" to the product_id field but it gave me a view where it created a many2many view inside the product_id field space on the sale form. I was able to select multiple products, but they didn't create the different lines.
Thanks for the help!