Hello,
In below code, product_id is my Many2many field of product1 table and price is a field of that table When i select more than one product in Many2many field, I get this error : ValueError: Expected singleton:
product1.product1(2, 4) . can anyone help me.
Thanks in advance.
Code:
Thanks, Mitul Singala it works.