' + lang['name'] + a + '';
});
lang_list += '';
- $('switch-lang').replaceWith(lang_list);
+ setTimeout( function() {
+ $('switch-lang').replaceWith(lang_list);
+ }, 1000);
})
//取参数
@@ -133,7 +135,7 @@ odoo.define('app_odoo_customize.UserMenu', function (require) {
},
//增加的方法
_onMenuDebug: function () {
- window.location = $.param.querystring(window.location.href, 'debug');
+ window.location = $.param.querystring(window.location.href, 'debug=1');
},
_onMenuDebugassets: function () {
window.location = $.param.querystring(window.location.href, 'debug=assets');
diff --git a/app_web_enterprise/__manifest__.py b/app_web_enterprise/__manifest__.py
index f97aa0c6..882a5513 100644
--- a/app_web_enterprise/__manifest__.py
+++ b/app_web_enterprise/__manifest__.py
@@ -18,7 +18,7 @@
{
'name': "App web enterprise enhance,企业版界面增强",
- 'version': '13.19.05.30',
+ 'version': '13.19.08.24',
'author': 'Sunpop.cn',
'category': 'Base',
'website': 'https://www.sunpop.cn',
diff --git a/app_web_enterprise/static/src/scss/primary_variables.scss b/app_web_enterprise/static/src/scss/primary_variables.scss
index db29b8a4..12189d2f 100644
--- a/app_web_enterprise/static/src/scss/primary_variables.scss
+++ b/app_web_enterprise/static/src/scss/primary_variables.scss
@@ -17,19 +17,3 @@ $o-brand-secondary: #8f8f8f;
$o-brand-lightsecondary: $o-gray-100;
$o-main-text-color: #666666;
-
-$o-list-footer-bg-color: white;
-
-$o-btn-secondary-bg: white;
-$o-btn-secondary-hover-bg: darken($o-btn-secondary-bg, 10%);
-$o-btn-secondary-active-bg: darken($o-btn-secondary-bg, 8%);
-
-// Layout
-$o-statbutton-height: 44px;
-$o-statbutton-vpadding: 0px;
-$o-statbutton-spacing: 6px;
-
-// Home menu
-$o-home-menu-container-size: 850px;
-$o-home-menu-app-icon-max-width: 70px;
-$o-home-studio-menu-shadow: 0 1px 0 rgba(black, 0.45);
diff --git a/app_web_enterprise/views/webclient_templates.xml b/app_web_enterprise/views/webclient_templates.xml
index 0f833e41..7ffc59ce 100644
--- a/app_web_enterprise/views/webclient_templates.xml
+++ b/app_web_enterprise/views/webclient_templates.xml
@@ -7,7 +7,7 @@
-
+
+
+