콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다

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!

아바타
취소
관련 게시물 답글 화면 활동
1
11월 15
5292
0
10월 15
4441
0
11월 21
2845
1
6월 21
5762
0
9월 15
3605