update education module
This commit is contained in:
@@ -36,11 +36,11 @@
|
||||
<field name="name">education.student.list</field>
|
||||
<field name="model">education.student</field>
|
||||
<field name="arch" type="xml">
|
||||
<tree string="Student list">
|
||||
<list string="Student list">
|
||||
<field name="name" />
|
||||
<field name="student_code" />
|
||||
<field name="class_id" />
|
||||
</tree>
|
||||
</list>
|
||||
</field>
|
||||
</record>
|
||||
<record id="education_student_view_search" model="ir.ui.view">
|
||||
@@ -59,7 +59,5 @@
|
||||
<field name="res_model">education.student</field>
|
||||
<field name="view_mode">list,form</field>
|
||||
</record>
|
||||
<menuitem name="Education Manager" id="education_student_menu_root" />
|
||||
<menuitem id="education_student_menu" action="education_student_action"
|
||||
parent="education_student_menu_root" name="Students" sequence="50" />
|
||||
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user