fix windows title

add translate
This commit is contained in:
ivan deng
2017-09-13 00:43:58 +08:00
parent 2b2cfe2f22
commit 37ac678518
5 changed files with 16 additions and 4 deletions

View File

@@ -112,6 +112,6 @@ odoo.define('app_odoo_customize.customize_user_menu', function (require) {
if (show.length >= 1 && (show[0]['value'] == "False"))
$('.o_sub_menu_footer').hide();
});
}, 2000);
}, 2500);
});
})

View File

@@ -44,6 +44,6 @@ odoo.define('app_odoo_customize.switch_language', function (require) {
});
}
});
}, 2000);
}, 2500);
});
});