mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
Initial commit of timesheet_description and timesheet_description_sale for 11.0 -- Forces popup for timesheet (detail) and allows you to display them as Markdown in the portal.
This commit is contained in:
9
timesheet_description/views/project_templates.xml
Normal file
9
timesheet_description/views/project_templates.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?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="//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>
|
||||
Reference in New Issue
Block a user