From c4c848e6a06ae2718ffff0dab94266d211877266 Mon Sep 17 00:00:00 2001 From: niv-openerp Date: Wed, 31 Jul 2013 15:42:48 +0200 Subject: [PATCH] Adapted libs paths bzr revid: nicolas.vanhoren@openerp.com-20130731134248-d1z1wylgkezt3irh --- addons/web/__openerp__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/addons/web/__openerp__.py b/addons/web/__openerp__.py index 08c6d0c6148..25b01d07aa7 100644 --- a/addons/web/__openerp__.py +++ b/addons/web/__openerp__.py @@ -19,7 +19,7 @@ This module provides the core of the OpenERP Web Client. "static/lib/datejs/parser.js", "static/lib/datejs/sugarpak.js", "static/lib/datejs/extras.js", - "static/lib/jquery/jquery-1.8.3.js", + "static/lib/jquery/jquery.js", "static/lib/jquery.MD5/jquery.md5.js", "static/lib/jquery.form/jquery.form.js", "static/lib/jquery.validate/jquery.validate.js", @@ -38,7 +38,7 @@ This module provides the core of the OpenERP Web Client. "static/lib/jquery.timeago/jquery.timeago.js", "static/lib/qweb/qweb2.js", "static/lib/underscore/underscore.js", - "static/lib/underscore/underscore.string.js", + "static/lib/underscore.string/lib/underscore.string.js", "static/lib/backbone/backbone.js", "static/lib/cleditor/jquery.cleditor.js", "static/lib/py.js/lib/py.js",