diff --git a/addons/web/controllers/testing.py b/addons/web/controllers/testing.py index a51b619d49f..932da58fa07 100644 --- a/addons/web/controllers/testing.py +++ b/addons/web/controllers/testing.py @@ -62,6 +62,7 @@ TESTING = Template(u"""
+ % for module, jss, tests, templates in files: % for js in jss: % if not js.endswith('/apps.js'): diff --git a/addons/web_calendar/views/web_calendar.xml b/addons/web_calendar/views/web_calendar.xml index 1e91d7ceffe..8ae9bf1fe39 100644 --- a/addons/web_calendar/views/web_calendar.xml +++ b/addons/web_calendar/views/web_calendar.xml @@ -6,7 +6,7 @@