Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
2611 Prikazi
Avatar
Opusti

Can you explain and describe what you already tried?

Best Answer

Create a security folder on your module. You case see your Group Name on your setting groups.

<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data noupdate="0">

    <record id="module.id" model="res.groups">
        <field name="name">Group Name</field>
    </record>

</data>
</openerp>

 

Avatar
Opusti