[IMP] add new module website_project
[odoo/odoo.git] / addons / website_project / __openerp__.py
diff --git a/addons/website_project/__openerp__.py b/addons/website_project/__openerp__.py
new file mode 100644 (file)
index 0000000..62f8302
--- /dev/null
@@ -0,0 +1,18 @@
+{
+'name': 'Public Project',
+    'category': 'Website',
+    'summary': 'Publish Your Public Projects',
+    'version': '1.0',
+    'description': """
+OpenERP Blog
+============
+
+        """,
+    'author': 'OpenERP SA',
+    'depends': ['website', 'project'],
+    'data': [
+        'views/website_project.xml',
+    ],
+    'qweb': ['static/src/xml/*.xml'],
+    'installable': True,
+}