Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
5007 มุมมอง

Regarding this question: https://www.odoo.com/forum/help-1/question/how-to-get-the-job-description-to-display-on-the-web-52356

I want to do the exact same thing but via module, avoiding having to customize the HTML code for every new job posted.

How do you override this module with a new one to replace:

 <div t-field="job.website_description"/>

with:

<div class="container">

    <div class="row">

        <div class="col-md-2"></div>

        <div class="col-md-8">

           <h3>Job Description</h3>

           <div t-field="job.description"/>

           <h3>Requirements</h3>

           <div t-field="job.requirements"/>

        </div>

        <div class="col-md-2"></div>

     </div>

</div>


Thanks!

อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
1
พ.ย. 15
5289
0
ต.ค. 15
4441
0
พ.ย. 21
2843
1
มิ.ย. 21
5761
0
ก.ย. 15
3605