summaryrefslogtreecommitdiff
path: root/addons/web/doc/module/24
blob: 0972e85604213e40a018291b1f80ecfbdde24bf8 (plain)
1
2
3
4
5
6
7
8
9
10
Index: web_example/__manifest__.py
===================================================================
--- web_example.orig/__manifest__.py
+++ web_example/__manifest__.py
@@ -8,4 +8,5 @@
     'js': ['static/src/js/first_module.js'],
     'css': ['static/src/css/web_example.css'],
     'qweb': ['static/src/xml/web_example.xml'],
+    'test': ['static/src/tests/timer.js'],
 }