Launchpad automatic translations update.
[odoo/odoo.git] / addons / pad / __openerp__.py
1 # -*- coding: utf-8 -*-
2 {
3     'name': 'Enhanced support for (Ether)Pad attachments',
4     'version': '1.0.3',
5     'category': 'Tools',
6     'description': """
7 Adds enhanced support for (Ether)Pad attachments in the web client.
8 ===================================================================
9
10 Lets the company customize which Pad installation should be used to link to new pads
11 (by default, http://ietherpad.com/).
12     """,
13     'author': 'OpenERP SA',
14     'website': 'http://openerp.com',
15     'depends': ['base'],
16     'data': [
17         'company_pad.xml'
18     ],
19     'installable': True,
20     'active': False,
21     'web': True,
22     'certificate' : '001183545978470526509',
23     'images': ['images/pad_link_companies.jpeg'],
24 }