[ADD] TODO for database manager

bzr revid: fme@openerp.com-20140122105712-cawi7lp0mnm9k9hv
This commit is contained in:
Fabien Meghazi 2014-01-22 11:57:12 +01:00
parent c450c82e74
commit fff9749edd
1 changed files with 1 additions and 0 deletions

View File

@ -812,6 +812,7 @@ class Database(http.Controller):
@http.route('/web/database/manager', type='http', auth="none")
def manager(self, **kw):
# TODO: migrate the webclient's database manager to server side views
request.session.logout()
js = "\n ".join('<script type="text/javascript" src="%s"></script>' % i for i in manifest_list('js', debug=request.debug))
css = "\n ".join('<link rel="stylesheet" href="%s">' % i for i in manifest_list('css', debug=request.debug))