In the Sales app in Odoo v16, I need to disable the variant configuration pop up that occurs when you enter a product with variants into the "Product Variant" column on the line item of the quotation. (If you don't see the "product variant" column, it can be shown or hidden with the configuration icon at the top right of the line items grid).
In V14 and V15 no variant configuration pop up would occur if the product was selected from the "product variant" , but it would if the product was selected from the "product" column. In V16 the pop up occurs for both columns. I need to disable it when entering a product into the "Product Variant" column. I just need to be able to input the item in the "Product Variant" column and then tab over to qty, enter qty and move to the next line.
Does anyone know where in the code is located where I can make this change or comment out the call that fires the pop up?