Skip to Content
Menu
This question has been flagged
1 Reply
4483 Views

Groups created in openerp 7.0 is not adding to admin user by default, as in openerp 6.1 how can i achieve this??

Avatar
Discard
Best Answer

You have to add groups like this. In version 6.1 all groups by defualt admin given, but in verions 7 it is changed

<field name="groups_id" eval="[(6,0,[ref('base.group_user'), ref('base.group_partner_manager')])]"/>
Avatar
Discard
Author

its not working , after adding i have to select manually from front end

which is the group of admin

Related Posts Replies Views Activity
2
May 24
2727
3
Apr 23
12209
1
Apr 23
15213
9
Dec 23
24589
1
May 20
6894