mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
fix #I8NJ48 app_web_fullwidth优化全局设置 置顶
This commit is contained in:
18
app_web_fullwidth/views/res_config_settings_views.xml
Normal file
18
app_web_fullwidth/views/res_config_settings_views.xml
Normal file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<record id="view_app_theme_config_settings" model="ir.ui.view">
|
||||
<field name="name">res.config.settings.view.form.inherit.app_odoo_customize</field>
|
||||
<field name="model">res.config.settings</field>
|
||||
<field name="priority">20</field>
|
||||
<field name="inherit_id" ref="base.res_config_settings_view_form"/>
|
||||
<field name="arch" type="xml">
|
||||
<xpath expr="//group[@name='app_ui_internal']//group[@name='app_ui_internal_right']" position="inside">
|
||||
<label for="default_chatter_position"/>
|
||||
<div>
|
||||
<field name="default_chatter_position" class="oe_inline"/>
|
||||
<button string="Set All User" type="object" name="user_set_chatter_pos" class="ml4 oe_highlight"/>
|
||||
</div>
|
||||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user