mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
fix superbar
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
# description:
|
||||
{
|
||||
'name': '12 Ready!! App Odoo Customize(Backend Debranding Title,Language,Documentation,Quick Debug,Clear Data)',
|
||||
'version': '11.19.04.17',
|
||||
'version': '11.19.04.21',
|
||||
'author': 'Sunpop.cn',
|
||||
'category': 'Productivity',
|
||||
'website': 'http://www.sunpop.cn',
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
<record id="view_app_theme_config_settings" model="ir.ui.view">
|
||||
<field name="name">App Odoo Customize Settings</field>
|
||||
<field name="model">res.config.settings</field>
|
||||
<field name="priority">20</field>
|
||||
<field name="arch" type="xml">
|
||||
<form string="odooApp Customize Settings" class="oe_form_configuration">
|
||||
<header>
|
||||
@@ -166,6 +167,7 @@
|
||||
<field name="type">ir.actions.act_window</field>
|
||||
<field name="res_model">res.config.settings</field>
|
||||
<field name="view_mode">form</field>
|
||||
<field name="view_id" ref="view_app_theme_config_settings"/>
|
||||
<field name="target">inline</field>
|
||||
</record>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user