summaryrefslogtreecommitdiff
path: root/addons/web/doc/module/2
blob: 7d8e9f055970145fd2567900a79aecc65277e4aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# HG changeset patch
# Parent 8a986919a3e22cd7cca51210820c09d4545dc60d
diff --git a/__manifest__.py b/__manifest__.py
--- a/__manifest__.py
+++ b/__manifest__.py
@@ -3,5 +3,5 @@
     'name': "Web Example",
     'description': "Basic example of a (future) web module",
     'category': 'Hidden',
-    'depends': ['base'],
+    'depends': ['web'],
 }