diff --git a/project_task_stage_mgmt/README.rst b/project_task_stage_mgmt/README.rst new file mode 100644 index 0000000000..082c796523 --- /dev/null +++ b/project_task_stage_mgmt/README.rst @@ -0,0 +1,91 @@ +.. image:: https://odoo-community.org/readme-banner-image + :target: https://odoo-community.org/get-involved?utm_source=readme + :alt: Odoo Community Association + +============================= +Project Task Stage Management +============================= + +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:5817d7c27870510201625ed448085066e46d6172362c8ea90bb4308b3bf61825 + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |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/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 + :target: https://github.com/OCA/project/tree/19.0/project_task_stage_mgmt + :alt: OCA/project +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png + :target: https://translation.odoo-community.org/projects/project-19-0/project-19-0-project_task_stage_mgmt + :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=19.0 + :alt: Try me on Runboat + +|badge1| |badge2| |badge3| |badge4| |badge5| + +Allows to assign and create task stages when creating a project. Stages +are visible on project views. + +**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 +------- + +* ForgeFlow + +Contributors +------------ + +- David Jimenez +- Nils Coenen +- ``Heliconia Solutions Pvt. Ltd. ``\ \_ + +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. + +.. |maintainer-DavidJForgeFlow| image:: https://github.com/DavidJForgeFlow.png?size=40px + :target: https://github.com/DavidJForgeFlow + :alt: DavidJForgeFlow + +Current `maintainer `__: + +|maintainer-DavidJForgeFlow| + +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_task_stage_mgmt/__init__.py b/project_task_stage_mgmt/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/project_task_stage_mgmt/__manifest__.py b/project_task_stage_mgmt/__manifest__.py new file mode 100644 index 0000000000..aa6d9da181 --- /dev/null +++ b/project_task_stage_mgmt/__manifest__.py @@ -0,0 +1,18 @@ +# Copyright 2022 ForgeFlow S.L. +# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html +{ + "name": "Project Task Stage Management", + "version": "19.0.1.0.0", + "development_status": "Beta", + "author": "ForgeFlow, Odoo Community Association (OCA)", + "summary": "Allows to assign and create task stages on project creation wizard", + "website": "https://github.com/OCA/project", + "category": "Project", + "depends": ["project"], + "data": [ + "views/project.xml", + ], + "license": "AGPL-3", + "installable": True, + "maintainers": ["DavidJForgeFlow"], +} diff --git a/project_task_stage_mgmt/i18n/it.po b/project_task_stage_mgmt/i18n/it.po new file mode 100644 index 0000000000..e13b0dfb9f --- /dev/null +++ b/project_task_stage_mgmt/i18n/it.po @@ -0,0 +1,23 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * project_task_stage_mgmt +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 15.0\n" +"Report-Msgid-Bugs-To: \n" +"PO-Revision-Date: 2023-04-10 21:22+0000\n" +"Last-Translator: mymage \n" +"Language-Team: none\n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.14.1\n" + +#. module: project_task_stage_mgmt +#: model_terms:ir.ui.view,arch_db:project_task_stage_mgmt.project_project_view_form_inherit_stages +#: model_terms:ir.ui.view,arch_db:project_task_stage_mgmt.project_project_view_form_simplified_stage +msgid "Task Stages" +msgstr "Fasi del compito" diff --git a/project_task_stage_mgmt/i18n/project_task_stage_mgmt.pot b/project_task_stage_mgmt/i18n/project_task_stage_mgmt.pot new file mode 100644 index 0000000000..e03faab8e8 --- /dev/null +++ b/project_task_stage_mgmt/i18n/project_task_stage_mgmt.pot @@ -0,0 +1,20 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * project_task_stage_mgmt +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 18.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" + +#. module: project_task_stage_mgmt +#: model_terms:ir.ui.view,arch_db:project_task_stage_mgmt.project_project_view_form_inherit_stages +#: model_terms:ir.ui.view,arch_db:project_task_stage_mgmt.project_project_view_form_simplified_stage +msgid "Task Stages" +msgstr "" diff --git a/project_task_stage_mgmt/i18n/pt_BR.po b/project_task_stage_mgmt/i18n/pt_BR.po new file mode 100644 index 0000000000..549d9b6b5a --- /dev/null +++ b/project_task_stage_mgmt/i18n/pt_BR.po @@ -0,0 +1,23 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * project_task_stage_mgmt +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.0\n" +"Report-Msgid-Bugs-To: \n" +"PO-Revision-Date: 2023-10-28 09:43+0000\n" +"Last-Translator: Adriano Prado \n" +"Language-Team: none\n" +"Language: pt_BR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=n > 1;\n" +"X-Generator: Weblate 4.17\n" + +#. module: project_task_stage_mgmt +#: model_terms:ir.ui.view,arch_db:project_task_stage_mgmt.project_project_view_form_inherit_stages +#: model_terms:ir.ui.view,arch_db:project_task_stage_mgmt.project_project_view_form_simplified_stage +msgid "Task Stages" +msgstr "Est??gios da Tarefa" diff --git a/project_task_stage_mgmt/pyproject.toml b/project_task_stage_mgmt/pyproject.toml new file mode 100644 index 0000000000..4231d0cccb --- /dev/null +++ b/project_task_stage_mgmt/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/project_task_stage_mgmt/readme/CONTRIBUTORS.md b/project_task_stage_mgmt/readme/CONTRIBUTORS.md new file mode 100644 index 0000000000..c08da2fba0 --- /dev/null +++ b/project_task_stage_mgmt/readme/CONTRIBUTORS.md @@ -0,0 +1,3 @@ +- David Jimenez \<\> +- Nils Coenen \<\> +- `Heliconia Solutions Pvt. Ltd. `_ diff --git a/project_task_stage_mgmt/readme/DESCRIPTION.md b/project_task_stage_mgmt/readme/DESCRIPTION.md new file mode 100644 index 0000000000..6c979893d4 --- /dev/null +++ b/project_task_stage_mgmt/readme/DESCRIPTION.md @@ -0,0 +1,2 @@ +Allows to assign and create task stages when creating a project. Stages +are visible on project views. diff --git a/project_task_stage_mgmt/static/description/icon.png b/project_task_stage_mgmt/static/description/icon.png new file mode 100644 index 0000000000..3a0328b516 Binary files /dev/null and b/project_task_stage_mgmt/static/description/icon.png differ diff --git a/project_task_stage_mgmt/static/description/index.html b/project_task_stage_mgmt/static/description/index.html new file mode 100644 index 0000000000..39eeb72d0b --- /dev/null +++ b/project_task_stage_mgmt/static/description/index.html @@ -0,0 +1,434 @@ + + + + + +README.rst + + + +
+ + + +Odoo Community Association + +
+

Project Task Stage Management

+ +

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

+

Allows to assign and create task stages when creating a project. Stages +are visible on project views.

+

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

+
    +
  • ForgeFlow
  • +
+
+
+

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.

+

Current maintainer:

+

DavidJForgeFlow

+

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_task_stage_mgmt/tests/__init__.py b/project_task_stage_mgmt/tests/__init__.py new file mode 100644 index 0000000000..9eb66b83c4 --- /dev/null +++ b/project_task_stage_mgmt/tests/__init__.py @@ -0,0 +1 @@ +from . import test_dummy diff --git a/project_task_stage_mgmt/tests/test_dummy.py b/project_task_stage_mgmt/tests/test_dummy.py new file mode 100644 index 0000000000..525d89c571 --- /dev/null +++ b/project_task_stage_mgmt/tests/test_dummy.py @@ -0,0 +1,8 @@ +from odoo.tests.common import TransactionCase, tagged + + +@tagged("post_install", "-at_install") +class TestDummy(TransactionCase): + def test_dummy(self): + """Dummy test to avoid warnings""" + self.assertTrue(True) diff --git a/project_task_stage_mgmt/views/project.xml b/project_task_stage_mgmt/views/project.xml new file mode 100644 index 0000000000..be0441b332 --- /dev/null +++ b/project_task_stage_mgmt/views/project.xml @@ -0,0 +1,42 @@ + + + + project.project.view.form.simplified.stage + project.project + + + +
+
+
+
+
+ + + project.form.inherit.stages + project.project + + + + + + + + + + + + + + + + + + +