TIP: You can type at any time to perform a new search.
Todo Lists
project_gtd · odoo/odoo
- Repository
- odoo/odoo · module folder
- Module version
- 1.0
- Category
- Project Management
- Folder size
- 0.52 MB
- License
- LGPL-3
- Application
- No
- Auto-installable
- No
- Website
- None
- Last tracking update
- 2026-08-07 04:50:05
- Authors
- OpenERP SA
- Maintainers
- OpenERP SA
- Committers
- Rucha (Open ERP), Quentin (OpenERP), Numerigraphe - Lionel Sausin, Vo Minh Thu, pso (OpenERP), Olivier Dony, Mayur Maheshwari (OpenERP), Launchpad Translations on behalf of openerp, Fabien Pinckaers, Raphael Collet, Thibault Delavallée, Jagdish Panchal (Open ERP), Amit (OpenERP), Meera Trambadia (OpenERP), Jigar Amin - OpenERP, Martin Trigaux, Turkesh Patel (Open ERP), Sanjay Gohel (Open ERP), Purnendu Singh (OpenERP), vta vta@openerp.com, Twinkle Christian (OpenERP), Twinkle (OpenERP), Hardik, Cecile Tonglet, Antonin Bourguignon, ajay javiya (OpenERP), Odoo Translation Bot, Ajay Chauhan (OpenERP), Christophe Matthieu, Gilles Major
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- crm_todo, opl_all
- Description
Implement concepts of the "Getting Things Done" methodology =========================================================== This module implements a simple personal to-do list based on tasks. It adds an editable list of tasks simplified to the minimum required fields in the project application. The to-do list is based on the GTD methodology. This world-wide used methodology is used for personal time management improvement. Getting Things Done (commonly abbreviated as GTD) is an action management method created by David Allen, and described in a book of the same name. GTD rests on the principle that a person needs to move tasks out of the mind by recording them externally. That way, the mind is freed from the job of remembering everything that needs to be done, and can concentrate on actually performing those tasks.
Code Analysis ⓘ
Views touched (9)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
project_task |
project.task.form.timebox | project.task | form | Inherits project.view_task_form2 |
project_task_tree |
project.task.tree.timebox | project.task | tree | Inherits project.view_task_tree2 |
view_gtd_context_form |
project.gtd.context.form | project.gtd.context | form | New |
view_gtd_context_tree |
project.gtd.context.tree | project.gtd.context | tree | New |
view_gtd_timebox_form |
project.gtd.timebox.form | project.gtd.timebox | form | New |
view_gtd_timebox_tree |
project.gtd.timebox.tree | project.gtd.timebox | tree | New |
view_project_gtd_empty |
Empty Timebox | project.timebox.empty | form | New |
view_project_gtd_fill |
Plannify Timebox | project.timebox.fill.plan | form | New |
view_task_gtd_search |
project.task.gtd.search | project.task | search | New |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (0)
No models found for this module.
Loading…