[REM]: Remove pdf_file field from plugin

bzr revid: atp@tinyerp.com-20121109074049-0rrdb9k0r2e0c33o
This commit is contained in:
Atul Patel (OpenERP) 2012-11-09 13:10:49 +05:30
parent 16d71823e4
commit 070589ee7d
1 changed files with 0 additions and 1 deletions

View File

@ -35,7 +35,6 @@ class plugin_thunderbird_installer(osv.osv_memory):
_defaults = {
'thunderbird': True,
'plugin_name': 'openerp_plugin.xpi',
'pdf_file' : 'http://doc.openerp.com/v6.1/book/2/3_CRM_Contacts/communicate.html#managing-your-crm-from-mozilla-thunderbird',
}
def default_get(self, cr, uid, fields, context=None):