Browse Source

[UDT] Logger

pull/78/head
Sreejith P 7 years ago
parent
commit
952a388ffa
  1. 2
      hr_linkedin_recruitment/__manifest__.py
  2. 2
      hr_linkedin_recruitment/models/hr_job.py
  3. 2
      hr_linkedin_recruitment/models/mechanize_op.py
  4. 2
      hr_linkedin_recruitment/static/description/index.html

2
hr_linkedin_recruitment/__manifest__.py

@ -25,7 +25,7 @@
'summary': "Integrates LinkedIn with HR Recruitment",
'description': "Basic module for LnkedIn-HR Recruitment connector",
'category': 'Generic Modules/Human Resources',
'version': "10.0.1.0.0",
'version': "10.0.1.1.0",
'depends': ['hr_recruitment', 'auth_oauth'],
'author': 'Cybrosys Techno Solutions',
'company': 'Cybrosys Techno Solutions',

2
hr_linkedin_recruitment/models/hr_job.py

@ -20,6 +20,8 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.
#
###################################################################################
import logging
_logger = logging.getLogger(__name__)
try:
import mechanize
from linkedin import linkedin

2
hr_linkedin_recruitment/models/mechanize_op.py

@ -20,6 +20,8 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.
#
###################################################################################
import logging
_logger = logging.getLogger(__name__)
try:
import mechanize
except ImportError:

2
hr_linkedin_recruitment/static/description/index.html

@ -3,7 +3,7 @@
<div class="oe_span12">
<h2 class="oe_slogan"> HR-LinkedIn Connector </h2>
<h4 class="oe_slogan"><a href="https://www.cybrosys.com/">Author: Cybrosys Technologies</a></h4>
<h5 class="oe_slogan"><a href="https://www.cybrosys.com/blog/odoo-linkedin-integration-in-hr">Blog: LinkedIN-HR Integration </a></h5>
<h5 class="oe_slogan"><a href="https://www.cybrosys.com/blog/odoo-linkedin-integration-in-hr/">Blog: LinkedIN-HR Integration </a></h5>
</div>

Loading…
Cancel
Save