تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
1 الرد
4335 أدوات العرض

How can I add a user group change with a new module?

I want to import the hr.payslip rights for read, write, create and delete in human ressource / employee.

see screenshots:


I need a module that adds this user right

الصورة الرمزية
إهمال
أفضل إجابة

Hi,

You can import access right base on file csv:

You create:

module_custom/security/ir.model.access.csv

add 'security/ir.model.access.csv' in data file openerp.

In file ir.model.access.csv:

id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink

access_hr_payslip_group_user,hr_payslip.group_user,hr_payroll.model_hr_payslip,base.group_user,1,1,1,1


الصورة الرمزية
إهمال
المنشورات ذات الصلة الردود أدوات العرض النشاط
0
أغسطس 16
2943
4
يناير 20
2911
0
أغسطس 16
2878
1
سبتمبر 15
3437
0
أغسطس 24
923