Project Task Create Date
Enhance your project task list view with a dedicated, optional creation date column. Track task timelines, sort entries chronologically, and improve workspace visibility effortlessly.
Key Features Overview
Improve workflow visibility and auditing capability within your standard Odoo Project app.
Creation Timestamp
Display the exact date and time when the task was initially generated.
Toggleable Columns
Configured as optional-hidden by default to maintain a clean layout.
Task Age Auditing
Help team leads quickly check task lifetimes and pending backlog age.
Zero Performance Overhead
Directly queries indexed field without calling heavy custom logic.
Native Integration
Inherits directly from base view to ensure maximum stability and clean integration.
User Friendly
No configuration or setup wizard required. Ready to use instantly.
Task Creation Timestamps
Track task lifetimes directly in the list view. With the Creation Date column, managers and team members can easily identify task creation order.
Configurable Visibility
Keep your tasks view clean and clutter-free. The column is configured as optional and hidden by default, letting each user choose whether to show it.
Frequently Asked Questions
Find quick answers to common questions about Project Task Create Date.
Why is the Creation Date column not visible by default?
To respect dashboard layouts and prevent columns from squishing, it is added with optional="hidden". Each user can toggle it when they need it.
How can I show/enable the Creation Date column?
Go to your list view of tasks, look at the headers (e.g. ID, Title, Stage), and click the three vertical dots at the far right. Scroll to find "Created on" and check the box.
Does this module modify Odoo database models?
No. The module only updates the UI view. It references the standard Odoo create_date field which already exists in the backend database.
Is it compatible with other third-party project modules?
Yes. Because it inherits standard tree/list views using clean XML xpath selectors, it remains compatible with other modules that alter project task views.
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Project (project)
• Discuss (mail) |
| Technical Name |
ea_project_task_create_date |
| License | LGPL-3 |
| Website | https://www.erpartists.com |
Please log in to comment on this module