[FIX] account : default date on statement lines should be the statement date
[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     'complexity': "easy",
7     'description': """
8 Adds enhanced support for (Ether)Pad attachments in the web client.
9 ===================================================================
10
11 Lets the company customize which Pad installation should be used to link to new pads
12 (by default, http://ietherpad.com/).
13     """,
14     'author': 'OpenERP SA',
15     'website': 'http://openerp.com',
16     'depends': ['base'],
17     'data': [
18         'company_pad.xml'
19     ],
20     'installable': True,
21     'active': False,
22     'web': True,
23     'certificate' : '001183545978470526509',
24     'images': ['images/pad_link_companies.jpeg'],
25 }