from odoo import fields, models class McEnrollment(models.Model): _inherit = "mc.enrollment" remark = fields.Text( string="Class Teacher Remark", help="Printed on the student's report card for this enrollment.", )