[FIX] web_linkedin dependencies

bzr revid: al@openerp.com-20131209232510-2ibdkr3846ksb75y
This commit is contained in:
Antony Lesuisse 2013-12-10 00:25:10 +01:00
parent 20be322c45
commit c8e3fe44d8
2 changed files with 3 additions and 2 deletions

View File

@ -10,7 +10,7 @@ OpenERP Web LinkedIn module.
This module provides the Integration of the LinkedIn with OpenERP.
""",
'data': ['web_linkedin_view.xml'],
'depends' : ['crm'],
'depends' : ['web','crm'],
'js': ['static/src/js/*.js'],
'css': ['static/src/css/*.css'],
'qweb': ['static/src/xml/*.xml'],

View File

@ -24,6 +24,7 @@ import urllib2
from urlparse import urlparse, urlunparse
import openerp
import openerp.addons.web
from openerp.osv import fields, osv
class Binary(openerp.addons.web.http.Controller):
@ -91,4 +92,4 @@ class web_linkedin_fields(osv.Model):
'linkedin_url': fields.char(string="LinkedIn url", size=100, store=True),
'linkedin_public_url': fields.function(_get_url, type='text', string="LinkedIn url",
help="This url is set automatically when you join the partner with a LinkedIn account."),
}
}