Maintainers
+Maintainers
This module is maintained by the OCA.
@@ -449,5 +454,6 @@ diff --git a/README.md b/README.md
index f7bd012c0f..1c7609538a 100644
--- a/README.md
+++ b/README.md
@@ -63,7 +63,7 @@ addon | version | maintainers | summary
[project_task_send_by_mail](project_task_send_by_mail/) | 14.0.1.0.0 | | Send task report by email
[project_template](project_template/) | 14.0.1.2.0 |
| Project Templates
[project_template_milestone](project_template_milestone/) | 14.0.1.0.0 |
| Adds function to copy of milestones when creating a project from template
-[project_timeline](project_timeline/) | 14.0.2.1.1 | | Timeline view for projects
+[project_timeline](project_timeline/) | 14.0.2.2.0 | | Timeline view for projects
[project_timeline_hr_timesheet](project_timeline_hr_timesheet/) | 14.0.1.0.1 | | Shows the progress of tasks on the timeline view.
[project_timeline_task_dependency](project_timeline_task_dependency/) | 14.0.1.0.0 | | Render arrows between dependencies.
[project_timesheet_time_control](project_timesheet_time_control/) | 14.0.1.1.1 |
| Project timesheet time control
diff --git a/project_timeline/README.rst b/project_timeline/README.rst
index 25b8a9ee45..2947dc0600 100644
--- a/project_timeline/README.rst
+++ b/project_timeline/README.rst
@@ -1,3 +1,7 @@
+.. image:: https://odoo-community.org/readme-banner-image
+ :target: https://odoo-community.org/get-involved?utm_source=readme
+ :alt: Odoo Community Association
+
================
Project timeline
================
@@ -7,13 +11,13 @@ Project timeline
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- !! source digest: sha256:c2c32db8e9bc3a9da395dd49d0b6406f0ad311173f55c9534a60ff050db35026
+ !! source digest: sha256:4799b1a34ada33ca817f2beb136f18296846fb1c8e4bd65a167ccb0fd37d563f
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
-.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
+.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fproject-lightgray.png?logo=github
diff --git a/project_timeline/__manifest__.py b/project_timeline/__manifest__.py
index bcba835452..561572618f 100644
--- a/project_timeline/__manifest__.py
+++ b/project_timeline/__manifest__.py
@@ -6,7 +6,7 @@
{
"name": "Project timeline",
"summary": "Timeline view for projects",
- "version": "14.0.2.1.1",
+ "version": "14.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/static/description/index.html b/project_timeline/static/description/index.html
index f2893d3d72..b598b7296e 100644
--- a/project_timeline/static/description/index.html
+++ b/project_timeline/static/description/index.html
@@ -3,7 +3,7 @@
This module extends the standard tasks and projects actions to add the timeline view to them, and also adds the needed fields in the view for handling them.
Table of contents
@@ -386,7 +391,7 @@To view the timeline:
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed @@ -407,16 +412,16 @@
Do not contact contributors directly about support or help with technical issues.