Hello everyone I have a module that print a batch payslip report from a wizard I want that report to be accesed by hr employees or administrators, currently the wizard ask for settings and accounting group permissions
In the code I set internal users for testing to print the excel but nothing happens.
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
access_itc_batch_payslip_report,wizard.batch.payslip.report,model_wizard_batch_payslip_report,base.group_user,1,1,1,1
access_model_transient_print,report.itc_batch_payslip_report.report_batch_payslip_template,model_report_itc_batch_payslip_report_report_batch_payslip_template,base.group_user,1,1,1,1
Can you show me a way to create a group that allow that specific action or make a better code for its security?