mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
update
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'Odoo Customize(Debranding, My Odoo)',
|
'name': 'Odoo Customize(Debranding, My Odoo)',
|
||||||
'version': '13.19.08.16',
|
'version': '13.19.09.14',
|
||||||
'author': 'Sunpop.cn',
|
'author': 'Sunpop.cn',
|
||||||
'category': 'Productivity',
|
'category': 'Productivity',
|
||||||
'website': 'https://www.sunpop.cn',
|
'website': 'https://www.sunpop.cn',
|
||||||
|
|||||||
@@ -42,7 +42,9 @@ odoo.define('app_odoo_customize.UserMenu', function (require) {
|
|||||||
+ '"><img class="flag" src="app_odoo_customize/static/src/img/flags/' + lang['code'] + '.png"/>' + lang['name'] + a + '</a>';
|
+ '"><img class="flag" src="app_odoo_customize/static/src/img/flags/' + lang['code'] + '.png"/>' + lang['name'] + a + '</a>';
|
||||||
});
|
});
|
||||||
lang_list += '<div role="separator" class="dropdown-divider"/>';
|
lang_list += '<div role="separator" class="dropdown-divider"/>';
|
||||||
|
setTimeout( function() {
|
||||||
$('switch-lang').replaceWith(lang_list);
|
$('switch-lang').replaceWith(lang_list);
|
||||||
|
}, 1000);
|
||||||
})
|
})
|
||||||
|
|
||||||
//取参数
|
//取参数
|
||||||
|
|||||||
Reference in New Issue
Block a user