Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
2 Odpovědi
12112 Zobrazení

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
Zrušit
Nejlepší odpověď

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
Zrušit
Nejlepší odpověď

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
Zrušit
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.

Related Posts Odpovědi Zobrazení Aktivita
2
čvc 25
1815
3
čvc 25
2239
1
čvc 25
1528
3
lis 24
361
4
zář 24
3126