diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-02-23 11:31:59 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-02-23 11:31:59 +0700 |
| commit | ea39d3aaf90aa99f4e845420cf11223dc993aa7f (patch) | |
| tree | 17d2d48a6d2a7f5042e8aa99c70b9ef7cb8b0fd0 /indoteknik_custom/views | |
| parent | 75aabb813212ab796a10ee74f7f24e337d6b7ca0 (diff) | |
change method replace keyword blog
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/blog_post.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/views/blog_post.xml b/indoteknik_custom/views/blog_post.xml index d34a82d4..de346d1f 100644 --- a/indoteknik_custom/views/blog_post.xml +++ b/indoteknik_custom/views/blog_post.xml @@ -7,12 +7,12 @@ <field name="inherit_id" ref="website_blog.view_blog_post_form" /> <field name="arch" type="xml"> <field name="blog_id" position="before"> + <field name="thumbnail" widget="image" width="240" /> <button name="replace_keyword_to_link" string="Replace Keyword" type="object" class="oe_highlight oe_edit_only" /> - <field name="thumbnail" widget="image" width="240" /> <field name="category_id"/> </field> <page name="seo" position="attributes"> |
