Hi, I tried for overriding access of user groups for my custom addon.
But It raising error like no reference for hr.payslip is there. Please help me.
Thanks In advance
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi, I tried for overriding access of user groups for my custom addon.
But It raising error like no reference for hr.payslip is there. Please help me.
Thanks In advance
Hi,
I think "hr.payslip" model is not inside of hr, Please try by changing hr to "hr_payroll" in model reference overriding.
Replace your security overriding as below.
addons_wrk_hr_payslip,hr.payslip,hr_payroll.model_hr_payslip,base.group_user,1,1,0,0
NILMAR,
You perfect.
Thank you with open heart.
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
DaftarPost Terkait | Replies | Tampilan | Aktivitas | |
---|---|---|---|---|
|
0
Jun 25
|
428 | ||
|
0
Jan 25
|
1566 | ||
|
0
Jan 25
|
1585 | ||
User Access Restriction by IP in Odoo
Diselesaikan
|
|
1
Des 24
|
2113 | |
|
0
Mei 24
|
1658 |
Hey Gavilaan,
Could you please provide your overrided code here?
Thanks Nilmar for your helping mentality.
Here my writing is :
addons_wrk_hr_payslip,hr.payslip,hr.model_hr_payslip,base.group_user,1,1,0,0