Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- إدارة علاقات العملاء
- e-Commerce
- المحاسبة
- المخزون
- PoS
- Project
- MRP
لقد تم الإبلاغ عن هذا السؤال
1
الرد
2605
أدوات العرض
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>
هل أعجبك النقاش؟ لا تكن مستمعاً فقط. شاركنا!
أنشئ حساباً اليوم لتستمتع بالخصائص الحصرية، وتفاعل مع مجتمعنا الرائع!
تسجيل
Can you explain and describe what you already tried?