769eafb483
Flectra is Forked from Odoo v11 commit : (6135e82d73
)
11 lines
378 B
Plaintext
11 lines
378 B
Plaintext
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'],
|
|
}
|