diff --git a/project_timeline_task_dependency/README.rst b/project_timeline_task_dependency/README.rst new file mode 100644 index 0000000000..fbded8ec9d --- /dev/null +++ b/project_timeline_task_dependency/README.rst @@ -0,0 +1,86 @@ +================================== +Project Timeline Task Dependencies +================================== + +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:1ef23d1d16e28debf2b113c9d0cb5b583367ca23f393aa41a5771bd416ff3b69 + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |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 + :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 + :target: https://github.com/OCA/project/tree/14.0/project_timeline_task_dependency + :alt: OCA/project +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png + :target: https://translation.odoo-community.org/projects/project-14-0/project-14-0-project_timeline_task_dependency + :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png + :target: https://runboat.odoo-community.org/builds?repo=OCA/project&target_branch=14.0 + :alt: Try me on Runboat + +|badge1| |badge2| |badge3| |badge4| |badge5| + +This module shows arrows between tasks and their dependencies (on the timeline view). + +Like this: + +.. image:: https://raw.githubusercontent.com/OCA/project/14.0/project_timeline_task_dependency/static/description/screenshot.png + :alt: Screenshot + +**Table of contents** + +.. contents:: + :local: + +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 +`feedback `_. + +Do not contact contributors directly about support or help with technical issues. + +Credits +======= + +Authors +~~~~~~~ + +* Onestein + +Contributors +~~~~~~~~~~~~ + +* Dennis Sluijk +* Nikul Chaudhary + +* `Tecnativa `_: + + * Alexandre Díaz + +Maintainers +~~~~~~~~~~~ + +This module is maintained by the OCA. + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use. + +This module is part of the `OCA/project `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/project_timeline_task_dependency/__init__.py b/project_timeline_task_dependency/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/project_timeline_task_dependency/__manifest__.py b/project_timeline_task_dependency/__manifest__.py new file mode 100644 index 0000000000..2576e2f0e4 --- /dev/null +++ b/project_timeline_task_dependency/__manifest__.py @@ -0,0 +1,15 @@ +# Copyright 2018 Onestein () +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). + +{ + "name": "Project Timeline Task Dependencies", + "summary": "Render arrows between dependencies.", + "author": "Onestein, Odoo Community Association (OCA)", + "license": "AGPL-3", + "website": "https://github.com/OCA/project", + "category": "Project Management", + "version": "16.0.1.0.0", + "depends": ["project_timeline"], + "data": ["views/project_task_view.xml"], + "installable": True, +} diff --git a/project_timeline_task_dependency/i18n/de.po b/project_timeline_task_dependency/i18n/de.po new file mode 100644 index 0000000000..e69de29bb2 diff --git a/project_timeline_task_dependency/i18n/es.po b/project_timeline_task_dependency/i18n/es.po new file mode 100644 index 0000000000..e69de29bb2 diff --git a/project_timeline_task_dependency/i18n/it.po b/project_timeline_task_dependency/i18n/it.po new file mode 100644 index 0000000000..e69de29bb2 diff --git a/project_timeline_task_dependency/i18n/project_timeline_task_dependency.pot b/project_timeline_task_dependency/i18n/project_timeline_task_dependency.pot new file mode 100644 index 0000000000..4d8b20f912 --- /dev/null +++ b/project_timeline_task_dependency/i18n/project_timeline_task_dependency.pot @@ -0,0 +1,13 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 14.0\n" +"Report-Msgid-Bugs-To: \n" +"Last-Translator: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" diff --git a/project_timeline_task_dependency/readme/CONTRIBUTORS.rst b/project_timeline_task_dependency/readme/CONTRIBUTORS.rst new file mode 100644 index 0000000000..d2e8073d33 --- /dev/null +++ b/project_timeline_task_dependency/readme/CONTRIBUTORS.rst @@ -0,0 +1,6 @@ +* Dennis Sluijk +* Nikul Chaudhary + +* `Tecnativa `_: + + * Alexandre Díaz diff --git a/project_timeline_task_dependency/readme/DESCRIPTION.rst b/project_timeline_task_dependency/readme/DESCRIPTION.rst new file mode 100644 index 0000000000..b7a758f681 --- /dev/null +++ b/project_timeline_task_dependency/readme/DESCRIPTION.rst @@ -0,0 +1,6 @@ +This module shows arrows between tasks and their dependencies (on the timeline view). + +Like this: + +.. image:: ../static/description/screenshot.png + :alt: Screenshot diff --git a/project_timeline_task_dependency/static/description/icon.png b/project_timeline_task_dependency/static/description/icon.png new file mode 100644 index 0000000000..3a0328b516 Binary files /dev/null and b/project_timeline_task_dependency/static/description/icon.png differ diff --git a/project_timeline_task_dependency/static/description/index.html b/project_timeline_task_dependency/static/description/index.html new file mode 100644 index 0000000000..3be67dea85 --- /dev/null +++ b/project_timeline_task_dependency/static/description/index.html @@ -0,0 +1,428 @@ + + + + + + +Project Timeline Task Dependencies + + + +
+

Project Timeline Task Dependencies

+ + +

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

+

This module shows arrows between tasks and their dependencies (on the timeline view).

+

Like this:

+Screenshot +

Table of contents

+ +
+

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 +feedback.

+

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

+
+
+

Credits

+
+

Authors

+
    +
  • Onestein
  • +
+
+
+

Contributors

+ +
+
+

Maintainers

+

This module is maintained by the OCA.

+Odoo Community Association +

OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use.

+

This module is part of the OCA/project project on GitHub.

+

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

+
+
+
+ + diff --git a/project_timeline_task_dependency/static/description/screenshot.png b/project_timeline_task_dependency/static/description/screenshot.png new file mode 100644 index 0000000000..82fd428814 Binary files /dev/null and b/project_timeline_task_dependency/static/description/screenshot.png differ diff --git a/project_timeline_task_dependency/views/project_task_view.xml b/project_timeline_task_dependency/views/project_task_view.xml new file mode 100644 index 0000000000..881b008f20 --- /dev/null +++ b/project_timeline_task_dependency/views/project_task_view.xml @@ -0,0 +1,15 @@ + + + + + project_task_timeline + project.task + + + + depend_on_ids + + + + diff --git a/setup/project_timeline_task_dependency/odoo/addons/project_timeline_task_dependency b/setup/project_timeline_task_dependency/odoo/addons/project_timeline_task_dependency new file mode 120000 index 0000000000..8aaf9acff3 --- /dev/null +++ b/setup/project_timeline_task_dependency/odoo/addons/project_timeline_task_dependency @@ -0,0 +1 @@ +../../../../project_timeline_task_dependency \ No newline at end of file diff --git a/setup/project_timeline_task_dependency/setup.py b/setup/project_timeline_task_dependency/setup.py new file mode 100644 index 0000000000..28c57bb640 --- /dev/null +++ b/setup/project_timeline_task_dependency/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +)