project.task form Tasks kanban,tree,form,calendar,graph {'search_default_project_id': [active_id], 'default_project_id': active_id} Mark unread True ir.actions.server code self.message_mark_as_unread(cr, uid, context.get('active_ids'), context=context) action_project_unread action project.project client_action_multi Mark read True ir.actions.server code self.message_mark_as_read(cr, uid, context.get('active_ids'), context=context) action_project_read action project.project client_action_multi project.project.form project.project

To invoice or setup invoicing and renewal options, go to the related contract: .

X
project.project.select project.project project.project.tree project.project child_ids project.project.kanban project.project project.project.gantt project.project Projects project.project form [] kanban,tree,form,gantt {}

Click to start a new project.

Projects are used to organize your activities; plan tasks, track issues, invoice timesheets. You can define internal projects (R&D, Improve Sales Process), private projects (My Todos) or customer ones.

You will be able collaborate with internal users on projects or invite customers to share your activities.

Templates of Projects project.project form [('state','=','template')] project.task.work.form project.task.work
project.task.work.tree project.task.work Mark unread True ir.actions.server code self.message_mark_as_unread(cr, uid, context.get('active_ids'), context=context) action_project_task_unread action project.task client_action_multi Mark read True ir.actions.server code self.message_mark_as_read(cr, uid, context.get('active_ids'), context=context) action_project_task_read action project.task client_action_multi project.task.form project.task