Skip to content

Commit

Permalink
[17.0][MOD] Sequence changes in ERP modules
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyas3131oec committed Mar 20, 2024
1 parent 88a8265 commit 4eb2a84
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion openeducat_admission/menus/op_menu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<odoo>
<data>
<menuitem id="menu_op_admission_root" name="Admissions"
sequence="27"
sequence="270"
web_icon="openeducat_admission,static/description/icon.png"/>

<menuitem id="menu_op_admission_submenu" name="Admissions"
Expand Down
2 changes: 1 addition & 1 deletion openeducat_assignment/menus/op_menu.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<odoo>
<data>
<menuitem id="menu_op_assignment_root" name="Assignments" sequence="30"
<menuitem id="menu_op_assignment_root" name="Assignments" sequence="300"
web_icon="openeducat_assignment,static/description/icon.png"
groups="openeducat_assignment.group_op_assignment_user"/>

Expand Down
2 changes: 1 addition & 1 deletion openeducat_attendance/menus/op_menu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<data>
<menuitem id="menu_op_attendance_root"
name=" Attendances"
sequence="29"
sequence="290"
web_icon="openeducat_attendance,static/description/icon.png"
groups="openeducat_attendance.group_op_attendance_user,openeducat_attendance.group_op_attendance_manager"/>

Expand Down
2 changes: 1 addition & 1 deletion openeducat_core/menu/faculty_menu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<data>
<menuitem id="menu_op_faculty_root"
name="Faculties"
sequence="25"
sequence="250"
web_icon="openeducat_core,static/description/icon_faculty.png"/>

<menuitem id="menu_op_faculty_details"
Expand Down
2 changes: 1 addition & 1 deletion openeducat_core/menu/openeducat_core_menu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<!-- Openeducat Menu -->
<menuitem id="menu_op_school_root"
name="SIS"
sequence="22"
sequence="220"
web_icon="openeducat_core,static/description/sis.png"
groups="group_op_back_office_admin"/>

Expand Down
2 changes: 1 addition & 1 deletion openeducat_core/menu/student_menu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<data>
<menuitem id="menu_op_student_root"
name="Students"
sequence="26"
sequence="260"
web_icon="openeducat_core,static/description/icon_student.png"
groups="openeducat_core.group_op_back_office_admin,openeducat_core.group_op_faculty"/>
<menuitem id="menu_op_student_main_student"
Expand Down
2 changes: 1 addition & 1 deletion openeducat_exam/menus/op_menu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<data>
<menuitem id="menu_op_exam_root"
name="Exams"
sequence="31"
sequence="310"
web_icon="openeducat_exam,static/description/icon.png"/>

<menuitem id="menu_op_school_exam_result"
Expand Down
2 changes: 1 addition & 1 deletion openeducat_library/menus/op_menu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<data>
<menuitem id="menu_op_library_root"
name="Library"
sequence="38"
sequence="390"
web_icon="openeducat_library,static/description/icon.png"
groups="group_op_library,openeducat_core.group_op_faculty,openeducat_core.group_op_back_office_admin"/>

Expand Down
2 changes: 1 addition & 1 deletion openeducat_parent/menus/op_menu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<odoo>
<data>
<menuitem id="menu_op_parent_root" name="Parents"
sequence="45"
sequence="430"
web_icon="openeducat_parent,static/description/icon.png"/>

<menuitem id="menu_op_parent_sub_parent" name="Parents"
Expand Down
2 changes: 1 addition & 1 deletion openeducat_timetable/menus/op_menu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
id="menu_op_timetable_root"
groups="openeducat_timetable.group_op_timetable_user,openeducat_timetable.group_op_timetable_manager"
web_icon="openeducat_timetable,static/description/icon.png"
sequence="28">
sequence="280">
<menuitem name="Timetable"
id="menu_op_timetable"
groups="openeducat_timetable.group_op_timetable_manager,openeducat_timetable.group_op_timetable_user"
Expand Down

0 comments on commit 4eb2a84

Please sign in to comment.