Sandbox project.scrum.product.backlog kanban,tree,form { 'search_default_project_id': [active_id], 'default_project_id': active_id, 'active_test': False, }

Odoo's project management allows you to manage the pipeline of customer story in order to get things done efficiently.

project.project.form project.project project.project.kanban.inherited project.project
Sandbox
Backlog
Sprints
Releases
Tasks project.task kanban,tree,form,calendar,pivot,graph { 'search_default_project_id': [active_id], 'default_project_id': active_id, 'active_test': False, 'search_default_cursprint': 1, 'group_by': 'stage_id', }

Odoo's project management allows you to manage the pipeline of tasks in order to get things done efficiently. You can track progress, discuss on tasks, attach documents, etc.