Group Creation for Custom Module

When I fresh install trytond, I can see under Group.. there isn’t much option, only Administrator

But when I activate some modules, inside Group there are many

Currently there is a tutorial to develop a module (opportunity), my question, is there any link for teach me to include Group or to enable Group for my custom module. So when I activate my custom module.. I can set some access group config inside Group

Regards
Bromo

Creating group is just about creating records of res.group via XML.
Now managing access rights is also about creating the proper record entries via XML.

But I agree it will be good to have an extra step in the tutorial to setup access rights (cc @nicoe).

1 Like