I have a form in Odoo backend with fields
Student name=Many2one (res.partner)
courses=One2many fields ('some other class' )
=========================================
In Website Form how to update this value from frontend to backend form
In Website
Student Name= How to write this value to backend?
also one2many field values Courses ?
How I can update this to backend? ,need a help