Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
3 Відповіді
5955 Переглядів

Hi,

The below fields gets shown while creating a user

In debug mode as you can see it shows the model as res.users and field name as sel_groups_22_25_26 but when i check in db in the table res_users there is no column with the name sel_groups_22_25_26. Can anyone tell me where exactly are the values of these are getting stored and if they aren't getting stored to db then how to access them?

Аватар
Відмінити
Найкраща відповідь

1- select * from res_groups_users_rel

2- select * from res_groups

Аватар
Відмінити
Автор

Thanks Sehrish. Thanks for helping out, figured it out before anyway.

Найкраща відповідь

those value save in res.groups model. Please query on res.groups and you can see id number 26 is Advisor and so on

Аватар
Відмінити
Автор

Where does the value of what the user selected store? I mean did the user select 22 or 25 or 26 where did this store? I don't see the selection value in res.groups model

Related Posts Відповіді Переглядів Дія
4
груд. 24
30059
1
трав. 23
3589
3
лют. 24
13821
3
квіт. 19
5629
1
груд. 24
1112