fix odoo customize

This commit is contained in:
Ivan Office
2024-02-26 13:54:01 +08:00
parent 43db428f07
commit cb216a663c
6 changed files with 6 additions and 4 deletions

View File

@@ -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"/>

View File

@@ -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>