Skip to Content
Menu
This question has been flagged

hi

i am use odoo v9 in ubuntu and use openeducat in that

now i want to serve addmission form (student registration) in website module so how can i do that?

i already try to create one custom application and in it server one form in website after that i get value from controller and add record in op.student but it return error like

"AccessError: (u'Sorry, you are not allowed to create this kind of document. Only users with the following access level are currently allowed to do that:\n- OpenEduCat/Faculty\n\t- OpenEduCat/Back Office\n\t- OpenEduCat/Back Office Admin\n\t- OpenEduCat/Faculty\n\n(Document model: op.student)', None)"

after that i try to modify .csv file for security i added one line in that like

access_cust,op.student,model_op_student,group_op_faculty,1,1,1,1

and update module but it return same error

can you please provide any solution for server addmission (student form) in website in odoo v9

Avatar
Discard
Related Posts Replies Views Activity
3
Apr 24
8407
3
Mar 24
3880
1
Jan 21
2219
1
Jun 23
1836
1
Dec 22
3515