975451ffb607af778c20951b148d854b532eaf7e
[odoo/odoo.git] / addons / website_quote / __openerp__.py
1 {
2     'name': 'Online Proposals',
3     'category': 'Website',
4     'summary': 'Send Professional Quotations',
5     'version': '1.0',
6     'description': """
7 OpenERP Sale Quote Roller
8 =========================
9
10         """,
11     'author': 'OpenERP SA',
12     'depends': ['website','sale', 'mail'],
13     'data': [
14         'views/website_quotation.xml',
15         'views/website_quotation_backend.xml',
16         'data/website_quotation_data.xml',
17         'security/ir.model.access.csv',
18     ],
19     'demo': [
20         'data/website_quotation_demo.xml'
21     ],
22     'qweb': ['static/src/xml/*.xml'],
23     'installable': True,
24 }