flectra/addons/web/doc/module/24

11 lines
378 B
Plaintext
Raw Permalink Normal View History

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'],
}