Skip to Content
Menu
This question has been flagged
1 Odpoveď
1884 Zobrazenia

Hello, I have created a custom module in my Odoo instance and have implemented a new user group within it. My objective is to assign this group to users by default upon their creation. Could you please provide guidance on how to achieve this?

Avatar
Zrušiť
Best Answer

Hi,
If you need to assign it for all the users from code, you can do it by overriding the create method of the res.users model.

But the cleaner solution, will be updating the Default user template with this user group.

* Navigate to general settings and click "Default User Template"
* Add your group for this user
* Now on creating new user, this group will be automatically added






Thanks

Avatar
Zrušiť
Related Posts Replies Zobrazenia Aktivita
4
okt 24
1237
0
apr 24
1611
3
apr 24
1742
0
mar 24
1772
1
jún 24
1515