[FIX] website: pass `lang` to js and css bundle controllers
[odoo/odoo.git] / addons / website_sale_crm / __openerp__.py
1 {
2     'name': 'eCommerce with CRM',
3     'version': '0.1',
4     'category': 'Hidden',
5     'description': """
6 """,
7     'author': 'OpenERP SA',
8     'depends': ['website_sale', 'sale_crm'],
9     'data': [
10         'data/website_sale_crm.xml',
11     ],
12     'installable': True,
13     'auto_install': True
14 }
15 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: