Can I change the permission in odoo? like when I create a new database..only certain applications come up or shows up on the Apps dashboard to install.. instead of all the Applications? If Yes, how do I do this..please help! I am using Odoo 9.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- إدارة علاقات العملاء
- e-Commerce
- المحاسبة
- المخزون
- PoS
- Project
- MRP
لقد تم الإبلاغ عن هذا السؤال
Hi Richa,
Currently i think it is not possible, all the modules in given the addons path will be shown in the apps list.
Thank You
Hello,
I dont think it is possible by changing some settings in Odoo.
If you want to change it by code, you can super button_install method in ir.module.module and give the validations required.
it will still show all modules but you can give restrictions for which users can install which all modules
You can also try adding one more apps menu with your required domain and hide real apps menu from the users according to groups
There is a module in the Odoo apps with same functionality , refer this link
Dear Risha,
I think you can do this by add 'installable':False, on >>addons >>__openerp__.py file for all modules that you need to hide them. Then you can make domain on apps action depends on installable field.
I hope I helped you...
هل أعجبك النقاش؟ لا تكن مستمعاً فقط. شاركنا!
أنشئ حساباً اليوم لتستمتع بالخصائص الحصرية، وتفاعل مع مجتمعنا الرائع!
تسجيلالمنشورات ذات الصلة | الردود | أدوات العرض | النشاط | |
---|---|---|---|---|
|
2
مارس 25
|
6246 | ||
|
0
يوليو 21
|
2726 | ||
|
2
فبراير 20
|
3327 | ||
Different Access Permission
تم الحل
|
|
2
يناير 19
|
3536 | |
|
1
نوفمبر 16
|
5940 |
refer this https://apps.odoo.com/apps/modules/9.0/restrict_access/