[IMP] add new module website_project
[odoo/odoo.git] / addons / website_project / __openerp__.py
1 {
2 'name': 'Public Project',
3     'category': 'Website',
4     'summary': 'Publish Your Public Projects',
5     'version': '1.0',
6     'description': """
7 OpenERP Blog
8 ============
9
10         """,
11     'author': 'OpenERP SA',
12     'depends': ['website', 'project'],
13     'data': [
14         'views/website_project.xml',
15     ],
16     'qweb': ['static/src/xml/*.xml'],
17     'installable': True,
18 }