diff --git a/yuthon_school/__init__.py b/school/__init__.py similarity index 100% rename from yuthon_school/__init__.py rename to school/__init__.py diff --git a/yuthon_school/__manifest__.py b/school/__manifest__.py similarity index 100% rename from yuthon_school/__manifest__.py rename to school/__manifest__.py diff --git a/yuthon_school/controllers/__init__.py b/school/controllers/__init__.py similarity index 100% rename from yuthon_school/controllers/__init__.py rename to school/controllers/__init__.py diff --git a/yuthon_school/controllers/main.py b/school/controllers/main.py similarity index 100% rename from yuthon_school/controllers/main.py rename to school/controllers/main.py diff --git a/yuthon_school/data/demo.xml b/school/data/demo.xml similarity index 100% rename from yuthon_school/data/demo.xml rename to school/data/demo.xml diff --git a/yuthon_school/models/__init__.py b/school/models/__init__.py similarity index 100% rename from yuthon_school/models/__init__.py rename to school/models/__init__.py diff --git a/yuthon_school/models/elective.py b/school/models/elective.py similarity index 100% rename from yuthon_school/models/elective.py rename to school/models/elective.py diff --git a/yuthon_school/models/organization.py b/school/models/organization.py similarity index 100% rename from yuthon_school/models/organization.py rename to school/models/organization.py diff --git a/yuthon_school/models/progress.py b/school/models/progress.py similarity index 100% rename from yuthon_school/models/progress.py rename to school/models/progress.py diff --git a/yuthon_school/models/textbook.py b/school/models/textbook.py similarity index 100% rename from yuthon_school/models/textbook.py rename to school/models/textbook.py diff --git a/yuthon_school/models/video_category.py b/school/models/video_category.py similarity index 100% rename from yuthon_school/models/video_category.py rename to school/models/video_category.py diff --git a/yuthon_school/models/video_playback.py b/school/models/video_playback.py similarity index 100% rename from yuthon_school/models/video_playback.py rename to school/models/video_playback.py diff --git a/yuthon_school/models/yuthon_school_course.py b/school/models/yuthon_school_course.py similarity index 100% rename from yuthon_school/models/yuthon_school_course.py rename to school/models/yuthon_school_course.py diff --git a/yuthon_school/models/yuthon_school_exam.py b/school/models/yuthon_school_exam.py similarity index 100% rename from yuthon_school/models/yuthon_school_exam.py rename to school/models/yuthon_school_exam.py diff --git a/yuthon_school/models/yuthon_school_forum_post.py b/school/models/yuthon_school_forum_post.py similarity index 100% rename from yuthon_school/models/yuthon_school_forum_post.py rename to school/models/yuthon_school_forum_post.py diff --git a/yuthon_school/models/yuthon_school_syllabus.py b/school/models/yuthon_school_syllabus.py similarity index 100% rename from yuthon_school/models/yuthon_school_syllabus.py rename to school/models/yuthon_school_syllabus.py diff --git a/yuthon_school/security/ir.model.access.csv b/school/security/ir.model.access.csv similarity index 100% rename from yuthon_school/security/ir.model.access.csv rename to school/security/ir.model.access.csv diff --git a/yuthon_school/static/description/icon.png b/school/static/description/icon.png similarity index 100% rename from yuthon_school/static/description/icon.png rename to school/static/description/icon.png diff --git a/yuthon_school/static/description/icon1.png b/school/static/description/icon1.png similarity index 100% rename from yuthon_school/static/description/icon1.png rename to school/static/description/icon1.png diff --git a/yuthon_school/views/course_views.xml b/school/views/course_views.xml similarity index 100% rename from yuthon_school/views/course_views.xml rename to school/views/course_views.xml diff --git a/yuthon_school/views/elective_views.xml b/school/views/elective_views.xml similarity index 100% rename from yuthon_school/views/elective_views.xml rename to school/views/elective_views.xml diff --git a/yuthon_school/views/exam_views.xml b/school/views/exam_views.xml similarity index 100% rename from yuthon_school/views/exam_views.xml rename to school/views/exam_views.xml diff --git a/yuthon_school/views/forum_post_views.xml b/school/views/forum_post_views.xml similarity index 100% rename from yuthon_school/views/forum_post_views.xml rename to school/views/forum_post_views.xml diff --git a/yuthon_school/views/menus.xml b/school/views/menus.xml similarity index 100% rename from yuthon_school/views/menus.xml rename to school/views/menus.xml diff --git a/yuthon_school/views/organization_views.xml b/school/views/organization_views.xml similarity index 100% rename from yuthon_school/views/organization_views.xml rename to school/views/organization_views.xml diff --git a/yuthon_school/views/progress_views.xml b/school/views/progress_views.xml similarity index 100% rename from yuthon_school/views/progress_views.xml rename to school/views/progress_views.xml diff --git a/yuthon_school/views/progress_wizard_views.xml b/school/views/progress_wizard_views.xml similarity index 100% rename from yuthon_school/views/progress_wizard_views.xml rename to school/views/progress_wizard_views.xml diff --git a/yuthon_school/views/textbook_views.xml b/school/views/textbook_views.xml similarity index 100% rename from yuthon_school/views/textbook_views.xml rename to school/views/textbook_views.xml diff --git a/yuthon_school/views/video_category_views.xml b/school/views/video_category_views.xml similarity index 100% rename from yuthon_school/views/video_category_views.xml rename to school/views/video_category_views.xml diff --git a/yuthon_school/views/video_playback_views.xml b/school/views/video_playback_views.xml similarity index 100% rename from yuthon_school/views/video_playback_views.xml rename to school/views/video_playback_views.xml diff --git a/yuthon_school/wizards/__init__.py b/school/wizards/__init__.py similarity index 100% rename from yuthon_school/wizards/__init__.py rename to school/wizards/__init__.py diff --git a/yuthon_school/wizards/progress_wizard.py b/school/wizards/progress_wizard.py similarity index 100% rename from yuthon_school/wizards/progress_wizard.py rename to school/wizards/progress_wizard.py