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

I want to get "Market" value when I click to my print button.

https://prnt.sc/qe99qz

Imagine profil
Abandonează
Cel mai bun răspuns

Hi,

Hope the print button calls a python function, if so you can get the value inside the python function using self.field_name .

self.field_name will give you a record like res.market(1,) , from this if you need to get the id or name you can get it like self.field_name.id or self.field_name.name .


See this: Odoo Wizard

Thanks

Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
4
sept. 20
10006
0
oct. 23
2131
0
aug. 22
2902
1
iul. 22
20672
0
apr. 22
3475