diff --git a/app_sample/static/description/index.html b/app_sample/static/description/index.html index c6e0982f..edfafaa9 100644 --- a/app_sample/static/description/index.html +++ b/app_sample/static/description/index.html @@ -256,7 +256,7 @@

Please comment the inherit .py file of product_template.py in produce odoo.

- +
@@ -275,7 +275,7 @@
-

Form

+

Search

@@ -361,7 +361,7 @@

- 1. Buy and Install app_sample. + 1. Buy and Install

2. Clone this sample and rename to your module name to quick create your odoo addons. @@ -372,6 +372,10 @@

+

4. More information in our FAQ

+
+ https://www.odooai.cn/faq +
diff --git a/app_website_blog_editor/__manifest__.py b/app_website_blog_editor/__manifest__.py index 4db28858..38bb4ca2 100644 --- a/app_website_blog_editor/__manifest__.py +++ b/app_website_blog_editor/__manifest__.py @@ -74,6 +74,7 @@ 'views/blog_tag_category_views.xml', 'views/blog_tag_views.xml', 'views/blog_post_views.xml', + 'views/website_views.xml', 'views/website_page_views.xml', 'views/res_config_settings_views.xml' # 'report/.xml', diff --git a/app_website_blog_editor/views/website_views.xml b/app_website_blog_editor/views/website_views.xml new file mode 100644 index 00000000..145326a0 --- /dev/null +++ b/app_website_blog_editor/views/website_views.xml @@ -0,0 +1,35 @@ + + + + + app.website.tree + website + + + + + + + + + + hide + + + show + + + + + + app.website.form + website + + + + + + + + +