arranging file structures of menu.xml
This commit is contained in:
parent
5d064a313c
commit
4ce5f76b88
|
@ -79,6 +79,18 @@
|
||||||
action="action_school_notice_board"
|
action="action_school_notice_board"
|
||||||
sequence="1"/>
|
sequence="1"/>
|
||||||
|
|
||||||
|
<!-- Menu Items -->
|
||||||
|
<menuitem id="menu_school_student_root"
|
||||||
|
name="Students"
|
||||||
|
parent="menu_school_root"
|
||||||
|
sequence="75" />
|
||||||
|
|
||||||
|
<menuitem id="menu_school_all_students"
|
||||||
|
name="All Students"
|
||||||
|
parent="menu_school_student_root"
|
||||||
|
action="action_school_student"
|
||||||
|
sequence="1" />
|
||||||
|
|
||||||
<!-- Reporting Menu -->
|
<!-- Reporting Menu -->
|
||||||
<menuitem id="menu_school_reporting"
|
<menuitem id="menu_school_reporting"
|
||||||
name="Reporting"
|
name="Reporting"
|
||||||
|
|
|
@ -97,16 +97,4 @@
|
||||||
<p class="o_view_nocontent_smiling_face">Create and manage your students here.</p>
|
<p class="o_view_nocontent_smiling_face">Create and manage your students here.</p>
|
||||||
</field>
|
</field>
|
||||||
</record>
|
</record>
|
||||||
|
|
||||||
<!-- Menu Items -->
|
|
||||||
<menuitem id="menu_school_student_root"
|
|
||||||
name="Students"
|
|
||||||
parent="menu_school_root"
|
|
||||||
sequence="75" />
|
|
||||||
|
|
||||||
<menuitem id="menu_school_all_students"
|
|
||||||
name="All Students"
|
|
||||||
parent="menu_school_student_root"
|
|
||||||
action="action_school_student"
|
|
||||||
sequence="1" />
|
|
||||||
</odoo>
|
</odoo>
|
||||||
|
|
Loading…
Reference in New Issue