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