[IMP]Removed inherit option id for description.

bzr revid: bth@tinyerp.com-20130925140338-rn26zpp2mkr6az3r
This commit is contained in:
bth-openerp 2013-09-25 19:33:38 +05:30
parent 084ed3871d
commit 09ae27017f
1 changed files with 1 additions and 7 deletions

View File

@ -99,7 +99,7 @@
<hr/>
<div class="row">
<div t-if="job.website_description">
<div id="job_description" t-att-data-name="job.id"/>
<t t-field="job.website_description"/>
</div>
</div>
</div>
@ -107,12 +107,6 @@
</t>
</template>
<template id="job_description" inherit_option_id="website_hr_recruitment.detail" name="Job Description">
<xpath expr="//div[@id='job_description']" position="replace">
<t t-field="job.website_description"/>
</xpath>
</template>
<template id="applyjobpost">
<t t-set="title">Apply Job</t>
<section id="forms">