diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-02-23 14:41:48 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-02-23 14:41:48 +0700 |
| commit | ae475a8d1dc9fa291d079e00d4194c55a0bb408c (patch) | |
| tree | 82a7d96f161e1c0b2ece24171bd5ac3d4f4484d7 /indoteknik_custom/views/blog_post.xml | |
| parent | 6538d8958c541e208df9a5fd83d5bdd5a0ae021c (diff) | |
| parent | de4a6c2c2ce115d169a3a85548ff95c8789e25c8 (diff) | |
Merge branch 'release' of bitbucket.org:altafixco/indoteknik-addons into release
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"/> |
