summaryrefslogtreecommitdiff
path: root/addons/web/doc/module/11
blob: 889ee98e801373e8e07b5e98f1818f0dd5838583 (plain)
1
2
3
4
5
6
7
8
9
10
11
# HG changeset patch
# Parent 3ed382d9a8fe64fbb8e2bf4045e3fcd5c74c92bc
diff --git a/__manifest__.py b/__manifest__.py
--- a/__manifest__.py
+++ b/__manifest__.py
@@ -6,4 +6,5 @@
     'depends': ['web'],
     'data': ['web_example.xml'],
     'js': ['static/src/js/first_module.js'],
+    'css': ['static/src/css/web_example.css'],
 }