Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
2 Răspunsuri
3707 Vizualizări

how to pass value to reference field from code?

Imagine profil
Abandonează
Cel mai bun răspuns

HI,

The field value is .

Reference field Basically stored as a :class:`string ` following the pattern "res_model,res_id" in the database. It Display as the selection . If you want to pass the value to the reference field, then you have to pass the formation value in the field where the first argument is the record model and second argument will be the id of that model.
Like:

    reference_record = '%s,%s' % (res_model, res_id)

    reference_field_record = '%s,%s' % ('ir.actions.act_window', 11)

Hope it will help you.
Thanks.

Imagine profil
Abandonează
Autor Cel mai bun răspuns

thanks, i also know that _name return the model name :)

Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
2
iul. 22
4651
3
dec. 21
4443
3
iul. 23
5796
2
mar. 24
5779
1
nov. 22
5614