mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
fix odoo customize
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
<field name="arch" type="xml">
|
||||
<!--点击模块看详情-->
|
||||
<xpath expr="//div[hasclass('oe_module_vignette')]" position="attributes" groups="app_odoo_customize.group_show_quick_upgrade">
|
||||
<attribute name="class">oe_module_vignette oe_kanban_global_click</attribute>
|
||||
<attribute name="class" position="add" separator=" ">oe_kanban_global_click</attribute>
|
||||
</xpath>
|
||||
<!--让模块名更显眼-->
|
||||
<xpath expr="//div[hasclass('oe_module_desc')]//code" position="replace"/>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<field name="inherit_id" ref="base_setup.res_config_settings_view_form" />
|
||||
<field name="arch" type="xml">
|
||||
<setting id="appstore" position="attributes">
|
||||
<attribute name="class">o_hidden</attribute>
|
||||
<attribute name="invisible">1</attribute>
|
||||
</setting>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
Reference in New Issue
Block a user