Ir al contenido
Menú
Se marcó esta pregunta
2 Respuestas
12084 Vistas

Image Privew

i want to get current company id not user default company id ..

Need current Company ID which is selected at the top 

Avatar
Descartar
Mejor respuesta

Hi,

You can get current company from self.env.user.company_id. Company id will change according to the selection in the company switcher.

Thank you


Avatar
Descartar
Mejor respuesta

HI,

You can get current user id using 

user_id = self.env.user

and you want to user company than use 

company_id = user_id.company_id

I think work for you

THANKS 

Avatar
Descartar
Autor

can i get currency_id like this ?

currency_id = user_id.currency_id

Yes, you can get using dot notation as well as the search method.

Publicaciones relacionadas Respuestas Vistas Actividad
2
jul 25
1753
3
jul 25
2139
1
jul 25
1472
3
nov 24
361
4
sept 24
3067