mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
fix #I7TC6J 【app_website_blog_editor】增加快捷seo操作
This commit is contained in:
@@ -17,6 +17,9 @@
|
||||
<xpath expr="//field[@name='is_published']" position="attributes">
|
||||
<attribute name="optional">show</attribute>
|
||||
</xpath>
|
||||
<xpath expr="//field[@name='website_url']" position="after">
|
||||
<field name="seo_name"/>
|
||||
</xpath>
|
||||
<xpath expr="//field[@name='author_id']" position="before">
|
||||
<field name="visits" optional="show"/>
|
||||
</xpath>
|
||||
@@ -35,6 +38,9 @@
|
||||
<field name="model">blog.post</field>
|
||||
<field name="inherit_id" ref="website_blog.view_blog_post_form"/>
|
||||
<field name="arch" type="xml">
|
||||
<xpath expr="//field[@name='tag_ids']" position="after">
|
||||
<field name="seo_name"/>
|
||||
</xpath>
|
||||
<xpath expr="//page[@name='seo']" position="after">
|
||||
<page name="post_content" string="Content">
|
||||
<field name="content" widget="html" nolabel="1" class="oe-bordered-editor"
|
||||
|
||||
Reference in New Issue
Block a user