odoo/addons/website_contract/__openerp__.py

19 lines
407 B
Python

{
'name': 'Public References',
'category': 'Website',
'summary': 'Publish Customer References',
'version': '1.0',
'description': """
OpenERP Blog
============
""",
'author': 'OpenERP SA',
'depends': ['website_partner', 'sale', 'website_google_map'],
'data': [
'views/website_contract.xml',
],
'qweb': ['static/src/xml/*.xml'],
'installable': True,
}