mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
fix windows title
add translate
This commit is contained in:
@@ -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);
|
||||
});
|
||||
})
|
||||
|
||||
@@ -44,6 +44,6 @@ odoo.define('app_odoo_customize.switch_language', function (require) {
|
||||
});
|
||||
}
|
||||
});
|
||||
}, 2000);
|
||||
}, 2500);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user