From 3a26822e718ca45a810816f2a429486bb7de63de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=B9=8F=E5=AE=87?= <9664676+pengyuthon@user.noreply.gitee.com> Date: Mon, 3 Aug 2026 12:03:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A8=A1=E5=9D=97=E8=BF=81=E7=A7=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- {yuthon_school => school}/__init__.py | 0 {yuthon_school => school}/__manifest__.py | 0 {yuthon_school => school}/controllers/__init__.py | 0 {yuthon_school => school}/controllers/main.py | 0 {yuthon_school => school}/data/demo.xml | 0 {yuthon_school => school}/models/__init__.py | 0 {yuthon_school => school}/models/elective.py | 0 {yuthon_school => school}/models/organization.py | 0 {yuthon_school => school}/models/progress.py | 0 {yuthon_school => school}/models/textbook.py | 0 {yuthon_school => school}/models/video_category.py | 0 {yuthon_school => school}/models/video_playback.py | 0 .../models/yuthon_school_course.py | 0 .../models/yuthon_school_exam.py | 0 .../models/yuthon_school_forum_post.py | 0 .../models/yuthon_school_syllabus.py | 0 .../security/ir.model.access.csv | 0 .../static/description/icon.png | Bin .../static/description/icon1.png | Bin {yuthon_school => school}/views/course_views.xml | 0 {yuthon_school => school}/views/elective_views.xml | 0 {yuthon_school => school}/views/exam_views.xml | 0 .../views/forum_post_views.xml | 0 {yuthon_school => school}/views/menus.xml | 0 .../views/organization_views.xml | 0 {yuthon_school => school}/views/progress_views.xml | 0 .../views/progress_wizard_views.xml | 0 {yuthon_school => school}/views/textbook_views.xml | 0 .../views/video_category_views.xml | 0 .../views/video_playback_views.xml | 0 {yuthon_school => school}/wizards/__init__.py | 0 .../wizards/progress_wizard.py | 0 32 files changed, 0 insertions(+), 0 deletions(-) rename {yuthon_school => school}/__init__.py (100%) rename {yuthon_school => school}/__manifest__.py (100%) rename {yuthon_school => school}/controllers/__init__.py (100%) rename {yuthon_school => school}/controllers/main.py (100%) rename {yuthon_school => school}/data/demo.xml (100%) rename {yuthon_school => school}/models/__init__.py (100%) rename {yuthon_school => school}/models/elective.py (100%) rename {yuthon_school => school}/models/organization.py (100%) rename {yuthon_school => school}/models/progress.py (100%) rename {yuthon_school => school}/models/textbook.py (100%) rename {yuthon_school => school}/models/video_category.py (100%) rename {yuthon_school => school}/models/video_playback.py (100%) rename {yuthon_school => school}/models/yuthon_school_course.py (100%) rename {yuthon_school => school}/models/yuthon_school_exam.py (100%) rename {yuthon_school => school}/models/yuthon_school_forum_post.py (100%) rename {yuthon_school => school}/models/yuthon_school_syllabus.py (100%) rename {yuthon_school => school}/security/ir.model.access.csv (100%) rename {yuthon_school => school}/static/description/icon.png (100%) rename {yuthon_school => school}/static/description/icon1.png (100%) rename {yuthon_school => school}/views/course_views.xml (100%) rename {yuthon_school => school}/views/elective_views.xml (100%) rename {yuthon_school => school}/views/exam_views.xml (100%) rename {yuthon_school => school}/views/forum_post_views.xml (100%) rename {yuthon_school => school}/views/menus.xml (100%) rename {yuthon_school => school}/views/organization_views.xml (100%) rename {yuthon_school => school}/views/progress_views.xml (100%) rename {yuthon_school => school}/views/progress_wizard_views.xml (100%) rename {yuthon_school => school}/views/textbook_views.xml (100%) rename {yuthon_school => school}/views/video_category_views.xml (100%) rename {yuthon_school => school}/views/video_playback_views.xml (100%) rename {yuthon_school => school}/wizards/__init__.py (100%) rename {yuthon_school => school}/wizards/progress_wizard.py (100%) 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