Skip to Content
Menu
This question has been flagged
2 Replies
8914 Views

Hi there, I have been stuck on this for days now, and want to get it over with. When I go to creating a new Sales quotation, I have to enter/select products one by one. I have so many products and want to select them all at once.

I googled it, and found a thread of using many2many widget. Now I went to the views from Technical tab in Developers mode, and added the many2many code under product_id. But Either it gives an error when I open the Sales order, or the sales order lines are gone. 

Kindly help me out with this. All I wanna do is to be able to select multiple products when creating sales orders.

Cheers.

Odoo v9 (Enterprise).

Avatar
Discard

can you provide your code after update. (the view)

And please, provide the error ...

Author Best Answer

Thanks for the quickest reply ever Jeremy.

Actually I don't know if I entered the code correctly in sales.order form. I entered it just below where it said field name = product_id.


'product_id' : fields.many2many('object.name', string='Details'),

<field name="product_id" widget="many2many_tags" />


Can you please tell me where should I enter this?
Also if it's not correct, please let me know the correct code for entering  just to select multiple products at once.

Thanks.

Avatar
Discard
Author

I am not able to work on the thread you gave me. I already read it all. I can't find a way to change many2one relation to many2many no matter how I try.

Can you please guide me how to do it with the python coding? Thanks man.

Related Posts Replies Views Activity
2
Mar 24
6159
1
Dec 24
189
2
Mar 24
707
1
Feb 24
839
2
Mar 24
1334