Skip to content
Snippets Groups Projects
Commit a150716f authored by qsm-odoo's avatar qsm-odoo
Browse files

[FIX] hr_recruitment: Applicant form template

Change the title to look nice on enterprise version
(Use the new fonctionality which allows to place labels
inside <h1,2,3> elements in some circumstances)
parent 56da552a
No related branches found
No related tags found
No related merge requests found
......@@ -109,11 +109,15 @@
<div class="oe_title">
<label for="name" class="oe_edit_only"/>
<h1><field name="name"/></h1>
<label for="categ_ids" class="oe_edit_only"/>
<field name="categ_ids" widget="many2many_tags"/>
<label for="partner_name" class="oe_edit_only"/>
<h2>
<field name="partner_name" class="oe_inline"/>
<h2 class="o_row">
<div>
<label for="partner_name" class="oe_edit_only"/>
<field name="partner_name"/>
</div>
<div>
<label for="categ_ids" class="oe_edit_only"/>
<field name="categ_ids" widget="many2many_tags"/>
</div>
</h2>
</div>
<group>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment