Siirry sisältöön
Menu
Sinun on rekisteröidyttävä, jotta voit olla vuorovaikutuksessa yhteisön kanssa.
Tämä kysymys on merkitty
3 Vastaukset
3282 Näkymät

Hello!


I'm a newbie with odoo. Can someone help me and tell how can i create dynamic selection fields in demo products? I need to add two selection fields: one for manufacturer (For example: LG, Samsung) and another selection field for the model that would depend from the selected manufacturer. For example, if we selected LG, then in models field we'll see only models for LG, and if Samsung is selected, then only models for samsung we can select in models field.


I've already read the official documentation, but still have no idea how to do it :\


Thanks for any help.

Avatar
Hylkää
Paras vastaus

Hi,

Please check the the blog to know more about dynamic fields in Odoo.

 

Avatar
Hylkää
Paras vastaus

Hey, 

you'll need to add two masters(new models), one will correspond to the manufacturer and the other to the manufacturer's model. In the manufacturer's model master, there will be a field corresponding to the manufacture. 

Now after adding the masters, you'll add two fields in the product view. One for "manufacturer" and another for "model". When the user selects the "manufacturer", trigger a method that will apply a domain for the "model" dropdown. It's called applying dynamic domain. 

This should work.

Thanks

Avatar
Hylkää
Tekijä Paras vastaus

Thank you for your answer, but I still have no idea how to make this fields  in products.

I think that blog for professionals...

What is the file wizard.py? Where should I create or edit it? or is it necessary to create a new model for this? Where should I place the get_possible_field_types method? In my new module in models.py? The same with onchange_field_type method...
I can't find any tutorials for beginners, there is only information for professionals.  For a example for django, I can find a huge amount of information and tutorial videos for beginners, and absolutely nothing for odoo.

Avatar
Hylkää
Aiheeseen liittyviä artikkeleita Vastaukset Näkymät Toimenpide
4
jouluk. 23
22531
5
heinäk. 24
15884
1
kesäk. 22
27471
9
toukok. 22
53735
0
heinäk. 20
3160