odoo/addons/website_hr_recruitment/static/src/xml/website_hr_recruitment.xml

8 lines
252 B
XML

<templates id="template" xml:space="preserve">
<t t-extend="website.editorbar">
<t t-jquery="ul.oe_content_menu" t-operation="append">
<li><a href="/job/add_job_offer/" class="js_link2post">New Job Offer</a></li>
</t>
</t>
</templates>