[IMP] Rounding should be done on move immediately to default UoM and quants should...
[odoo/odoo.git] / addons / website_sale / __openerp__.py
1 {
2     'name': 'eCommerce',
3     'category': 'Website',
4     'summary': 'Sell Your Products Online',
5     'website': 'https://www.odoo.com/page/e-commerce',
6     'version': '1.0',
7     'description': """
8 OpenERP E-Commerce
9 ==================
10
11         """,
12     'author': 'OpenERP SA',
13     'depends': ['website', 'sale', 'payment'],
14     'data': [
15         'data/data.xml',
16         'views/views.xml',
17         'views/templates.xml',
18         'views/payment.xml',
19         'views/sale_order.xml',
20         'security/ir.model.access.csv',
21         'security/website_sale.xml',
22     ],
23     'demo': [
24         'data/demo.xml',
25     ],
26     'qweb': ['static/src/xml/*.xml'],
27     'installable': True,
28     'application': True,
29 }