Files
suite/timesheet_description/views/project_templates.xml
2019-10-08 13:14:09 -04:00

9 lines
429 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<template id="portal_my_task_markdown" inherit_id='hr_timesheet.portal_timesheet_table' name="Timesheet Use Markdown">
<xpath expr="//table/tr/td/t[@t-esc='timesheet.name']" position="replace">
<div t-if="timesheet.name_markdown" t-field="timesheet.name_markdown" />
<t t-else="" t-esc="timesheet.name" />
</xpath>
</template>
</odoo>