mirror of
https://github.com/bringout/oca-ocb-hr.git
synced 2026-04-27 07:51:59 +02:00
Initial commit: Hr packages
This commit is contained in:
commit
62531cd146
2820 changed files with 1432848 additions and 0 deletions
|
|
@ -0,0 +1,26 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<templates id="template" xml:space="preserve">
|
||||
|
||||
<t t-inherit="hr_skills.ResumeListRenderer.RecordRow" t-inherit-mode="extension">
|
||||
<xpath expr="//t[@id='row']" position='after'>
|
||||
<t t-if="data.display_type === 'certification'">
|
||||
<td t-on-click="(ev) => this.onCellClicked(record, null, ev)"
|
||||
class="o_data_cell container" colspan="2">
|
||||
<div class="o_resume_line row" t-att-data-id="id">
|
||||
<div class="o_resume_line_dates col-lg-3">
|
||||
<span><t t-out="formatDate(data.date_end)"/></span>
|
||||
</div>
|
||||
<div class="o_resume_line_desc col-lg-8">
|
||||
<h3>
|
||||
<i class="fa fa-trophy text-warning me-1"></i>
|
||||
<t t-esc="data.name"/>
|
||||
</h3>
|
||||
<t t-if="data.description" t-out="data.description"/>
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
</t>
|
||||
</t>
|
||||
</t>
|
||||
|
||||
</templates>
|
||||
|
|
@ -0,0 +1,25 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<templates id="template" xml:space="preserve">
|
||||
|
||||
<t t-extend="hr_resume_data_row">
|
||||
<t t-jquery="tr.o_data_row" t-operation="append">
|
||||
<t t-if="data.display_type === 'certification'">
|
||||
<td class="o_data_cell container" colspan="2">
|
||||
<div class="o_resume_line row" t-att-data-id="id">
|
||||
<div class="o_resume_line_dates col-lg-3">
|
||||
<span><t t-esc="data.date_end"/></span>
|
||||
</div>
|
||||
<div class="o_resume_line_desc col-lg-8">
|
||||
<h3>
|
||||
<i class="fa fa-trophy text-warning me-1"></i>
|
||||
<t t-esc="data.name"/>
|
||||
</h3>
|
||||
<t t-if="data.description" t-esc="data.description"/>
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
</t>
|
||||
</t>
|
||||
</t>
|
||||
|
||||
</templates>
|
||||
Loading…
Add table
Add a link
Reference in a new issue