[ADD] reuse of existing openerp stuff
[odoo/odoo.git] / doc / howto / howto_website / events-dependency
diff --git a/doc/howto/howto_website/events-dependency b/doc/howto/howto_website/events-dependency
new file mode 100644 (file)
index 0000000..a04dbb0
--- /dev/null
@@ -0,0 +1,14 @@
+# HG changeset patch
+# Parent 6a562e55935fe44a57220b0dcd9c389aa0b39e7e
+diff -r 6a562e55935f -r a5a363ca0a78 __openerp__.py
+--- a/__openerp__.py   Mon Apr 14 17:04:36 2014 +0200
++++ b/__openerp__.py   Tue Apr 15 16:03:34 2014 +0200
+@@ -15,7 +15,7 @@
+     'version': '0.1',
+     # any module necessary for this one to work correctly
+-    'depends': ['website'],
++    'depends': ['website', 'website_event'],
+     'data': [
+         'security/ir.model.access.csv',
+         'views/templates.xml',