diff options
Diffstat (limited to 'indoteknik_custom/views/blog_post.xml')
| -rw-r--r-- | indoteknik_custom/views/blog_post.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/indoteknik_custom/views/blog_post.xml b/indoteknik_custom/views/blog_post.xml index abb6be8b..de346d1f 100644 --- a/indoteknik_custom/views/blog_post.xml +++ b/indoteknik_custom/views/blog_post.xml @@ -8,6 +8,12 @@ <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="category_id"/> </field> <page name="seo" position="attributes"> <attribute name="groups"/> |
