mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
8 lines
371 B
XML
8 lines
371 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<template id="portal_my_task_markdown" inherit_id='project.portal_my_task' customize_show="True" name="Timesheet Use Markdown">
|
|
<xpath expr="//div[@t-field='timesheet.name']" position="attributes">
|
|
<attribute name="t-field">timesheet.name_markdown</attribute>
|
|
</xpath>
|
|
</template>
|
|
</odoo> |