diff --git a/app_template/__init__.py b/app_sample/__init__.py
similarity index 100%
rename from app_template/__init__.py
rename to app_sample/__init__.py
diff --git a/app_template/__manifest__.py b/app_sample/__manifest__.py
similarity index 100%
rename from app_template/__manifest__.py
rename to app_sample/__manifest__.py
diff --git a/app_template/controllers/__init__.py b/app_sample/controllers/__init__.py
similarity index 100%
rename from app_template/controllers/__init__.py
rename to app_sample/controllers/__init__.py
diff --git a/app_template/controllers/main.py b/app_sample/controllers/main.py
similarity index 100%
rename from app_template/controllers/main.py
rename to app_sample/controllers/main.py
diff --git a/app_template/data/model_new_demo.xml b/app_sample/data/model_new_demo.xml
similarity index 94%
rename from app_template/data/model_new_demo.xml
rename to app_sample/data/model_new_demo.xml
index 3c8f830d..2060fdbd 100644
--- a/app_template/data/model_new_demo.xml
+++ b/app_sample/data/model_new_demo.xml
@@ -7,7 +7,7 @@
demo1
888
2023-09-13
-
+
draft
diff --git a/app_template/hooks.py b/app_sample/hooks.py
similarity index 100%
rename from app_template/hooks.py
rename to app_sample/hooks.py
diff --git a/app_template/i18n/README.txt b/app_sample/i18n/README.txt
similarity index 100%
rename from app_template/i18n/README.txt
rename to app_sample/i18n/README.txt
diff --git a/app_template/i18n/zh_CN.po b/app_sample/i18n/zh_CN.po
similarity index 100%
rename from app_template/i18n/zh_CN.po
rename to app_sample/i18n/zh_CN.po
diff --git a/app_template/models/__init__.py b/app_sample/models/__init__.py
similarity index 100%
rename from app_template/models/__init__.py
rename to app_sample/models/__init__.py
diff --git a/app_template/models/model_new.py b/app_sample/models/model_new.py
similarity index 100%
rename from app_template/models/model_new.py
rename to app_sample/models/model_new.py
diff --git a/app_template/models/product_template.py b/app_sample/models/product_template.py
similarity index 100%
rename from app_template/models/product_template.py
rename to app_sample/models/product_template.py
diff --git a/app_template/report/__init__.py b/app_sample/report/__init__.py
similarity index 100%
rename from app_template/report/__init__.py
rename to app_sample/report/__init__.py
diff --git a/app_template/report/model_new_report.py b/app_sample/report/model_new_report.py
similarity index 100%
rename from app_template/report/model_new_report.py
rename to app_sample/report/model_new_report.py
diff --git a/app_template/report/model_new_report_views.xml b/app_sample/report/model_new_report_views.xml
similarity index 100%
rename from app_template/report/model_new_report_views.xml
rename to app_sample/report/model_new_report_views.xml
diff --git a/app_template/security/app_security.xml b/app_sample/security/app_security.xml
similarity index 100%
rename from app_template/security/app_security.xml
rename to app_sample/security/app_security.xml
diff --git a/app_template/security/ir.model.access.csv b/app_sample/security/ir.model.access.csv
similarity index 100%
rename from app_template/security/ir.model.access.csv
rename to app_sample/security/ir.model.access.csv
diff --git a/app_template/static/description/banner.gif b/app_sample/static/description/banner.gif
similarity index 100%
rename from app_template/static/description/banner.gif
rename to app_sample/static/description/banner.gif
diff --git a/app_template/static/description/banner.png b/app_sample/static/description/banner.png
similarity index 100%
rename from app_template/static/description/banner.png
rename to app_sample/static/description/banner.png
diff --git a/app_template/static/description/banner1.png b/app_sample/static/description/banner1.png
similarity index 100%
rename from app_template/static/description/banner1.png
rename to app_sample/static/description/banner1.png
diff --git a/app_template/static/description/demo1.png b/app_sample/static/description/demo1.png
similarity index 100%
rename from app_template/static/description/demo1.png
rename to app_sample/static/description/demo1.png
diff --git a/app_template/static/description/icon.png b/app_sample/static/description/icon.png
similarity index 100%
rename from app_template/static/description/icon.png
rename to app_sample/static/description/icon.png
diff --git a/app_template/static/description/index.html b/app_sample/static/description/index.html
similarity index 100%
rename from app_template/static/description/index.html
rename to app_sample/static/description/index.html
diff --git a/app_template/static/description/qr.png b/app_sample/static/description/qr.png
similarity index 100%
rename from app_template/static/description/qr.png
rename to app_sample/static/description/qr.png
diff --git a/app_template/static/img/icon_odooai.png b/app_sample/static/img/icon_odooai.png
similarity index 100%
rename from app_template/static/img/icon_odooai.png
rename to app_sample/static/img/icon_odooai.png
diff --git a/app_template/static/img/icon_odooapp.png b/app_sample/static/img/icon_odooapp.png
similarity index 100%
rename from app_template/static/img/icon_odooapp.png
rename to app_sample/static/img/icon_odooapp.png
diff --git a/app_template/static/img/logo_odooai.png b/app_sample/static/img/logo_odooai.png
similarity index 100%
rename from app_template/static/img/logo_odooai.png
rename to app_sample/static/img/logo_odooai.png
diff --git a/app_template/static/src/js/odooai.cn b/app_sample/static/src/js/odooai.cn
similarity index 100%
rename from app_template/static/src/js/odooai.cn
rename to app_sample/static/src/js/odooai.cn
diff --git a/app_template/static/src/scss/odooai.cn b/app_sample/static/src/scss/odooai.cn
similarity index 100%
rename from app_template/static/src/scss/odooai.cn
rename to app_sample/static/src/scss/odooai.cn
diff --git a/app_template/static/src/scss/style.scss b/app_sample/static/src/scss/style.scss
similarity index 100%
rename from app_template/static/src/scss/style.scss
rename to app_sample/static/src/scss/style.scss
diff --git a/app_template/static/src/xml/odooai.cn b/app_sample/static/src/xml/odooai.cn
similarity index 100%
rename from app_template/static/src/xml/odooai.cn
rename to app_sample/static/src/xml/odooai.cn
diff --git a/app_template/views/menu_views.xml b/app_sample/views/menu_views.xml
similarity index 95%
rename from app_template/views/menu_views.xml
rename to app_sample/views/menu_views.xml
index 3bffa74b..042514a6 100644
--- a/app_template/views/menu_views.xml
+++ b/app_sample/views/menu_views.xml
@@ -4,7 +4,7 @@
diff --git a/app_template/views/model_new_views.xml b/app_sample/views/model_new_views.xml
similarity index 100%
rename from app_template/views/model_new_views.xml
rename to app_sample/views/model_new_views.xml
diff --git a/app_template/views/product_template_views.xml b/app_sample/views/product_template_views.xml
similarity index 100%
rename from app_template/views/product_template_views.xml
rename to app_sample/views/product_template_views.xml
diff --git a/app_template/views/website_templates.xml b/app_sample/views/website_templates.xml
similarity index 100%
rename from app_template/views/website_templates.xml
rename to app_sample/views/website_templates.xml
diff --git a/app_template/wizard/odooai.cn b/app_sample/wizard/odooai.cn
similarity index 100%
rename from app_template/wizard/odooai.cn
rename to app_sample/wizard/odooai.cn