Skip to content

Commit

Permalink
[FIX] website_hr_recruitement: website desc translation
Browse files Browse the repository at this point in the history
Backport of the revision
26c44a5

opw-682716
  • Loading branch information
beledouxdenis committed Jul 8, 2016
1 parent e389479 commit 0c3cd7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/website_hr_recruitment/models/hr_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def job_open(self, cr, uid, ids, context=None):

_columns = {
'website_published': fields.boolean('Published', copy=False),
'website_description': fields.html('Website description'),
'website_description': fields.html('Website description', translate=True),
'website_url': fields.function(_website_url, string="Website URL", type="char"),
}
_defaults = {
Expand Down

0 comments on commit 0c3cd7c

Please sign in to comment.