mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
opt wp
This commit is contained in:
@@ -5,6 +5,9 @@
|
|||||||
<field name="model">blog.post</field>
|
<field name="model">blog.post</field>
|
||||||
<field name="inherit_id" ref="website_blog.view_blog_post_list"/>
|
<field name="inherit_id" ref="website_blog.view_blog_post_list"/>
|
||||||
<field name="arch" type="xml">
|
<field name="arch" type="xml">
|
||||||
|
<xpath expr="//field[@name='name']" position="before">
|
||||||
|
<field name="id" optional="show"/>
|
||||||
|
</xpath>
|
||||||
<xpath expr="//field[@name='website_url']" position="attributes">
|
<xpath expr="//field[@name='website_url']" position="attributes">
|
||||||
<attribute name="optional">hide</attribute>
|
<attribute name="optional">hide</attribute>
|
||||||
</xpath>
|
</xpath>
|
||||||
|
|||||||
Reference in New Issue
Block a user