[IMP] add TODO/FIXME comments

bzr revid: chs@openerp.com-20121108164611-34l07gsjer1lrqc2
This commit is contained in:
Christophe Simonis 2012-11-08 17:46:11 +01:00
parent 9381aaf362
commit 7ea98f28d7
1 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,10 @@
openerp.base = function(instance) {
// FIXME do not work on safari
// TODO test on IE
// FIXME when apps server is not available, redirect to failback action but do not highligth the good menu
// FIXME when back from oe_account (via oe_apps), error is show: load action 3 times !!!
instance.base = {apps:{}};
instance.base.apps.remote_instance = null;