From 861144f615b5d4baa3aa1115f7de6afe652dcd6a 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:08:03 +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 --- school/__manifest__.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/school/__manifest__.py b/school/__manifest__.py index d755765..765ddd6 100644 --- a/school/__manifest__.py +++ b/school/__manifest__.py @@ -16,6 +16,7 @@ 'depends': ['base', 'web', 'mail'], 'data': [ 'security/ir.model.access.csv', + 'data/demo.xml', 'views/video_category_views.xml', 'views/video_playback_views.xml', 'views/textbook_views.xml', @@ -28,9 +29,6 @@ 'views/forum_post_views.xml', 'views/menus.xml', ], - 'demo': [ - 'data/demo.xml', - ], 'license': 'LGPL-3', 'installable': True, 'application': True,