diff --git a/project_timeline/__manifest__.py b/project_timeline/__manifest__.py index 63eb6745..7e0ee9a9 100644 --- a/project_timeline/__manifest__.py +++ b/project_timeline/__manifest__.py @@ -6,7 +6,7 @@ { "name": "Project timeline", "summary": "Timeline view for projects", - "version": "16.0.2.0.1", + "version": "16.0.2.2.0", "category": "Project Management", "website": "https://github.com/OCA/project", "author": "Tecnativa, Onestein, Odoo Community Association (OCA)", diff --git a/project_timeline/models/project_task.py b/project_timeline/models/project_task.py index 3a798b1c..84eda665 100644 --- a/project_timeline/models/project_task.py +++ b/project_timeline/models/project_task.py @@ -57,11 +57,6 @@ def _check_planned_dates(self): _("The end date must be after the start date.") ) - def update_date_end(self, stage_id): - res = super().update_date_end(stage_id) - res.pop("date_end", None) - return res - def _auto_init(self): # Pre-create and fill planned_date_start and planned_date_end columns for # avoiding a costly computation and possible conflicts with the constraint diff --git a/project_timeline/views/project_task_view.xml b/project_timeline/views/project_task_view.xml index 04516891..f036c740 100644 --- a/project_timeline/views/project_task_view.xml +++ b/project_timeline/views/project_task_view.xml @@ -108,7 +108,7 @@ project.task - +