drishtitech / Training

Training
0 stars 0 forks source link

Student Name Issue #1

Open drishtitech opened 10 years ago

drishtitech commented 10 years ago

Hi Nisha,

Please explain me below code and how we can create a new student with name "Nisha" using below code" _name = "student.student" _inherit =['mail.thread', 'ir.needaction_mixin']

_columns = {
    'name': fields.many2one('res.users', 'Student Name', required=True),

Please let me know how you create student record with

nisha-drishti commented 10 years ago

Hi Sir,

I have been creating students as 'User' Settings -> Users -> Users His other information, pertaining to School data (Eg, Roll No, etc) will be recorded in student_student table. Student Management -> Students -> Student My objective behind creating student as a User was that, I intended them to give 'Access Rights' for only 'Reading' their Marksheets and their particular student data.