mirror of
https://github.com/bringout/oca-ocb-hr.git
synced 2026-04-25 05:32:04 +02:00
19.0 vanilla
This commit is contained in:
parent
a1137a1456
commit
e1d89e11e3
2789 changed files with 1093187 additions and 605897 deletions
11
odoo-bringout-oca-ocb-hr/hr/views/hr_templates.xml
Normal file
11
odoo-bringout-oca-ocb-hr/hr/views/hr_templates.xml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<template id="hr_employee_plan_activity_summary">
|
||||
<div class="d-flex flex-column flex-grow">
|
||||
<t t-foreach="activity_ids" t-as="activity">
|
||||
<span><i t-attf-class="fa #{activity.icon}"/> <t t-esc="activity.summary"/> (<t t-if="activity.user_id" t-esc="activity.user_id.name"/>)</span>
|
||||
<span><i class="fa fa-clock-o"/> <span t-field="activity.date_deadline"/></span>
|
||||
</t>
|
||||
</div>
|
||||
</template>
|
||||
</odoo>
|
||||
Loading…
Add table
Add a link
Reference in a new issue