Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
3414 Vistas

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

https://prnt.sc/qe99qz

Avatar
Descartar
Mejor respuesta

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

Avatar
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
4
sept 20
9343
0
oct 23
1472
0
ago 22
2168
1
jul 22
19826
0
abr 22
2834