From 8e7e127bb6e7f5b67771e24ba12322ff2718399a Mon Sep 17 00:00:00 2001 From: IT Fixcomart Date: Mon, 29 Aug 2022 10:58:05 +0700 Subject: Fix show SEO page and Content page --- indoteknik_custom/__manifest__.py | 1 + indoteknik_custom/views/blog_post.xml | 11 ++++++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/indoteknik_custom/__manifest__.py b/indoteknik_custom/__manifest__.py index 919a61a2..a2ecfb6c 100755 --- a/indoteknik_custom/__manifest__.py +++ b/indoteknik_custom/__manifest__.py @@ -11,6 +11,7 @@ 'depends': ['base', 'coupon', 'delivery', 'sale', 'sale_management', 'vit_kelurahan'], 'data': [ 'security/ir.model.access.csv', + 'views/blog_post.xml', 'views/coupon_program.xml', 'views/product_public_category.xml', 'views/product_template.xml', diff --git a/indoteknik_custom/views/blog_post.xml b/indoteknik_custom/views/blog_post.xml index 0acf6aa5..abb6be8b 100644 --- a/indoteknik_custom/views/blog_post.xml +++ b/indoteknik_custom/views/blog_post.xml @@ -9,9 +9,14 @@ - - website.group_website_designer - + + + + + + + + -- cgit v1.2.3