Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Apskaita
- Atsarga
- PoS
- Project
- MRP
This question has been flagged
1
Atsakyti
2591
Rodiniai
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>
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Registracija
Can you explain and describe what you already tried?