Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- Müşteri İlişkileri Yönetimi
- e-Commerce
- Muhasebe
- Envanter
- PoS
- Project
- MRP
Bu soru işaretlendi
1
Cevapla
2608
Görünümler
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!
Üye Ol
Can you explain and describe what you already tried?