openerp context in act_window
问题 In OpenERP 6.1 this act_window: <act_window domain="[('id', '=', student)]" id="act_schedule_student" name="Student" res_model="school.student" src_model="school.schedule"/> creates a Student button in the Schedule form which opens the student tree view showing only the appropriate student. My goal is to directly open the corresponding form view of the student instead of a tree view with the right filtered student. I tried adding a view_mode="form,tree" but it opens a new form instead of the