128 lines
4.3 KiB
XML
128 lines
4.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<data noupdate="1">
|
|
|
|
<template id="todo_user_onboarding">
|
|
<h1>
|
|
<span style="font-size: 36px;">Hey <t t-out="object.name"/> &#128075; <br />
|
|
Welcome to the To-do app! </span>
|
|
</h1>
|
|
<p>
|
|
<span style="font-size: 14px;">
|
|
Use it to manage your urgent work, take notes on the go, and create tasks based on them.
|
|
</span>
|
|
</p>
|
|
<p><br /></p>
|
|
<h3>Using the editor</h3>
|
|
<hr />
|
|
<p>
|
|
<span style="font-size: 14px;">This private to-do is for you to play around with.</span>
|
|
<br />
|
|
<span style="font-size: 14px;">Ready to give it a spin?</span>
|
|
</p>
|
|
<p>
|
|
<span style="font-size: 14px;">Try the following</span>
|
|
</p>
|
|
<ul class="o_checklist">
|
|
<li id="checkId-140908257281">
|
|
<span style="font-size: 14px;">Click anywhere, and just start typing</span>
|
|
</li>
|
|
<li id="checkId-441216037148">
|
|
<span style="font-size: 14px;">Press Ctrl-Z to undo any change</span>
|
|
</li>
|
|
<li id="checkId-948702291173">
|
|
<span style="font-size: 14px;">Check this box to indicate it's done</span>
|
|
</li>
|
|
<li id="checkId-980463482772">
|
|
<span style="font-size: 14px;">
|
|
Select text to
|
|
<font class="bg-o-color-2">Highlight</font>,
|
|
<span style="text-decoration-line: line-through;">strikethrough</span>
|
|
or
|
|
<span style="font-weight: bolder;">style</span>
|
|
<span style="font-style: italic; text-decoration-line: underline;">it</span>
|
|
</span>
|
|
</li>
|
|
<li id="checkId-152369821198">
|
|
<span style="font-size: 14px;">
|
|
Below this list, try
|
|
<span style="font-weight: bolder;">commands</span>
|
|
by
|
|
<span style="font-weight: bolder;">
|
|
<font class="text-o-color-2">typing</font>
|
|
</span>
|
|
"<span style="font-weight: bolder;">/</span>"
|
|
</span>
|
|
</li>
|
|
<li class="oe-nested" id="checkId-947916154443">
|
|
<ul class="o_checklist">
|
|
<li id="checkId-1422510558483">
|
|
<span style="font-size: 14px;">
|
|
Add a checklist
|
|
(/<span style="font-style: italic;">checklist</span>)
|
|
</span>
|
|
</li>
|
|
<li id="checkId-109605733655">
|
|
<span style="font-size: 14px;">
|
|
Add a separator
|
|
(/<span style="font-style: italic;">separator</span>)
|
|
</span>
|
|
</li>
|
|
<li id="checkId-1518315885641">
|
|
<span style="font-size: 14px;">
|
|
Use
|
|
/<span style="font-style: italic;">heading</span>
|
|
to convert a text into a title
|
|
</span>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
<p><br /></p>
|
|
|
|
<h3 id="">Create a task</h3>
|
|
<hr />
|
|
<p>
|
|
<span style="font-size: 14px;">
|
|
You can convert your to-dos into tasks and assign them to a project. To do this, you need to access the
|
|
<span style="font-weight: bolder;">
|
|
<font class="text-o-color-2">Convert to Task</font>
|
|
</span>
|
|
pop-up from the action menu of the to-do.
|
|
</span>
|
|
</p>
|
|
<p>
|
|
<span style="font-size: 14px;">
|
|
To-dos are now like
|
|
<span style="font-weight: bolder;">
|
|
<font class="text-o-color-2">private tasks</font>
|
|
</span>
|
|
and will appear in the Project app under
|
|
<span>
|
|
<font style="font-weight: bolder;" class="text-o-color-2">My Tasks</font>.
|
|
</span>
|
|
Similarly, private tasks created in the Project app will also appear in your to-dos.
|
|
</span>
|
|
</p>
|
|
<p><br /></p>
|
|
|
|
<h3>Who has access to what?</h3>
|
|
<hr />
|
|
<p>
|
|
<span style="font-size: 14px;">
|
|
To-dos, like private tasks, are only accessible to the users specified as assignees. You can use the
|
|
<span style="font-weight: bolder;">
|
|
<font class="text-o-color-2">assignees</font>
|
|
</span>
|
|
field above to share this to-do with other users.
|
|
</span>
|
|
</p>
|
|
<p>
|
|
<span style="font-size: 14px;">
|
|
During the conversion of a to-do to a task, you will be able to add or remove assignees to control who has access to the created task. Note that its visibility will also depend on the visibility settings of the project you are assigning it to.
|
|
</span>
|
|
</p>
|
|
</template>
|
|
|
|
</data></odoo>
|