[IMP] add TODO/FIXME comments
authorChristophe Simonis <chs@openerp.com>
Thu, 8 Nov 2012 16:46:11 +0000 (17:46 +0100)
committerChristophe Simonis <chs@openerp.com>
Thu, 8 Nov 2012 16:46:11 +0000 (17:46 +0100)
bzr revid: chs@openerp.com-20121108164611-34l07gsjer1lrqc2

openerp/addons/base/static/src/js/apps.js

index a242752..9102574 100644 (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;