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 | patrickrwilson | Project Templates [project_template_milestone](project_template_milestone/) | 14.0.1.0.0 | patrickrwilson | 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 | ernestotejeda | 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 @@ -Project timeline +README.rst -
-

Project timeline

+
+ + +Odoo Community Association + +
+

Project timeline

-

Beta License: AGPL-3 OCA/project Translate me on Weblate Try me on Runboat

+

Beta License: AGPL-3 OCA/project Translate me on Weblate Try me on Runboat

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 @@

Project timeline

-

Usage

+

Usage

To view the timeline:

  • Go to Project > Search > Tasks or Project > Dashboard.
  • @@ -399,7 +404,7 @@

    Usage

    there, and the same happens for the end one when the task is put in a done stage.

-

Bug Tracker

+

Bug Tracker

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 @@

Bug Tracker

Do not contact contributors directly about support or help with technical issues.

-

Credits

+

Credits

-

Authors

+

Authors

  • Tecnativa
  • Onestein
-

Contributors

+

Contributors

-

Maintainers

+

Maintainers

This module is maintained by the OCA.

Odoo Community Association @@ -449,5 +454,6 @@

Maintainers

+
diff --git a/project_timeline/views/project_task_view.xml b/project_timeline/views/project_task_view.xml index f4ca802dcd..829b6a28cc 100644 --- a/project_timeline/views/project_task_view.xml +++ b/project_timeline/views/project_task_view.xml @@ -110,7 +110,7 @@ project.task - +