diff --git a/addons/web/__openerp__.py b/addons/web/__openerp__.py index b9865e25757..8a103ecc7e0 100644 --- a/addons/web/__openerp__.py +++ b/addons/web/__openerp__.py @@ -80,7 +80,7 @@ This module provides the core of the OpenERP Web Client. "static/test/evals.js", "static/test/search.js", "static/test/Widget.js", - "static/test/list.js" + "static/test/list.js", "static/test/list-editable.js" ], 'bootstrap': True,