Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
2 Ответы
12150 Представления

Image Privew

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

Need current Company ID which is selected at the top 

Аватар
Отменить
Лучший ответ

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


Аватар
Отменить
Лучший ответ

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 

Аватар
Отменить
Автор

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 Ответы Просмотры Активность
2
июл. 25
1962
3
июл. 25
2382
1
июл. 25
1640
3
нояб. 24
361
4
сент. 24
3184