[MERGE]: Merge with lp:trunk-fix-osvmem-read
[odoo/odoo.git] / addons / pad / __openerp__.py
1 # -*- coding: utf-8 -*-
2 {
3     'name': 'Enhanced support for (Ether)Pad attachments',
4     'version': '1.0.2',
5     'category': 'Generic Modules/Others',
6     'description': """
7 Adds enhanced support for (Ether)Pad attachments in the web client, lets the
8 company customize which Pad installation should be used to link to new pads
9 (by default, pad.openerp.com)
10     """,
11     'author': 'OpenERP SA',
12     'website': 'http://openerp.com',
13     'depends': ['base'],
14     'data': [
15         'company_pad.xml'
16     ],
17     'installable': True,
18     'active': False,
19     'web': True,
20     'certificate' : '001183545978470526509',
21 }