Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Akuntansi
- Inventaris
- PoS
- Project
- MRP
Pertanyaan ini telah diberikan tanda
1
Balas
2586
Tampilan
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>
Menikmati diskusi? Jangan hanya membaca, ikuti!
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
Daftar
Can you explain and describe what you already tried?