[FIX] website_sale: fix error in tracking_last_order which was using the field is_del...
[odoo/odoo.git] / addons / website_sale / __openerp__.py
1 {
2     'name': 'eCommerce',
3     'category': 'Website',
4     'summary': 'Sell Your Products Online',
5     'version': '1.0',
6     'description': """
7 OpenERP E-Commerce
8 ==================
9
10         """,
11     'author': 'OpenERP SA',
12     'depends': ['website', 'sale', 'payment'],
13     'data': [
14         'data/data.xml',
15         'views/views.xml',
16         'views/templates.xml',
17         'views/payment.xml',
18         'views/sale_order.xml',
19         'security/ir.model.access.csv',
20         'security/website_sale.xml',
21     ],
22     'demo': [
23         'data/demo.xml',
24     ],
25     'qweb': ['static/src/xml/*.xml'],
26     'installable': True,
27     'application': True,
28 }