Skip to content

Commit

Permalink
[17.0][MOD]sequence changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jpgopani committed Feb 7, 2024
1 parent d3a5788 commit b7bd24d
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 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="30"
sequence="27"
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="40"
<menuitem id="menu_op_assignment_root" name="Assignments" sequence="30"
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="50"
sequence="29"
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="20"
sequence="25"
web_icon="openeducat_core,static/description/icon_faculty.png"/>

<menuitem id="menu_op_faculty_details"
Expand Down
6 changes: 3 additions & 3 deletions openeducat_core/menu/openeducat_core_menu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
</record>
<!-- Openeducat Menu -->
<menuitem id="menu_op_school_root"
name="OpenEduCat"
sequence="10"
web_icon="openeducat_core,static/description/icon.png"
name="SIS"
sequence="22"
web_icon="openeducat_core,static/description/sis.png"
groups="group_op_back_office_admin"/>

<menuitem id="menu_op_school_main"
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="25"
sequence="26"
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
Binary file added openeducat_core/static/description/sis.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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="70"
sequence="31"
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="80"
sequence="37"
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="110"
sequence="44"
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="90">
sequence="28">
<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 b7bd24d

Please sign in to comment.