Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
2 Відповіді
9771 Переглядів

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).

Аватар
Відмінити

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

And please, provide the error ...

Автор Найкраща відповідь

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.

Аватар
Відмінити
Автор

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 Відповіді Переглядів Дія
2
бер. 24
7807
3
лют. 25
1657
1
груд. 24
1841
2
бер. 24
2191
1
лют. 24
1891