+ + Use it to manage your urgent work, take notes on the go, and create tasks based on them. + +
+
+ This private to-do is for you to play around with.
+
+ Ready to give it a spin?
+
+ Try the following +
++ + You can convert your to-dos into tasks and assign them to a project. To do this, you need to access the + + Convert to Task + + pop-up from the action menu of the to-do. + +
++ + To-dos are now like + + private tasks + + and will appear in the Project app under + + My Tasks. + + Similarly, private tasks created in the Project app will also appear in your to-dos. + +
++ + To-dos, like private tasks, are only accessible to the users specified as assignees. You can use the + + assignees + + field above to share this to-do with other users. + +
++ + 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. + +
+ + +details
'), + 'user_id': cls.env.ref('base.user_admin').id, + }) + cls.mail_activity.create_todo_activity() + + def test_create_todo_activity(self): + todo_1 = self.env['project.task'].search([('name', 'ilike', 'test_summary')], limit=1) + activity_1 = self.env['mail.activity'].search([('summary', 'ilike', 'test_summary')], limit=1) + self.assertTrue(todo_1.exists(), 'A Todo should have been created') + self.assertEqual(todo_1.description, Markup('details
'), 'The Todo description should be the same as the mail.activity.todo.create note') + self.assertTrue(activity_1.exists(), 'An Activity should have been created') + self.assertEqual(activity_1.summary, todo_1.name, 'The Todo and The Activity should have the same name/summary') + self.assertEqual(activity_1.user_id, todo_1.user_ids, 'The Todo and The Activity should have the same user') + self.assertEqual(activity_1.date_deadline, todo_1.date_deadline.date(), 'The Todo and The Activity should have the same date deadline') diff --git a/views/project_task_views.xml b/views/project_task_views.xml new file mode 100644 index 0000000..c02f1bb --- /dev/null +++ b/views/project_task_views.xml @@ -0,0 +1,309 @@ + ++ No to-do found. Let's create one! +
+ Keep your work organized by using memos and to-do lists. + Your to-do items are private by default, but you can choose to share them with others by adding them as assignees. +
+