how to show the dropdown name from the database of students and show it in StudentMark filling form of name in odoo12 community
please help
Thanks in Advance
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
how to show the dropdown name from the database of students and show it in StudentMark filling form of name in odoo12 community
please help
Thanks in Advance
Hi,
In the corresponding model(mark filling form) create a Many2one field with co-model as student record.
You can try like this,
student_id = fields.Many2one('student.student', string='Student')
where student.student is the model of the student record.
Thanks
Thank You
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up
Odoo Customization Tips: https://learnopenerp.tumblr.com/