From 99228eb6460198b0f8ef193ae85ed4fcdc404afd Mon Sep 17 00:00:00 2001 From: Murtuza Saleh Date: Sat, 28 Sep 2024 12:37:34 +0530 Subject: [PATCH] [FIX] pre-commit --- project_task_material/README.rst | 42 ++++++++++--------- project_task_material/__manifest__.py | 2 +- project_task_material/pyproject.toml | 3 ++ project_task_material/readme/CONTRIBUTORS.md | 8 ++++ project_task_material/readme/CONTRIBUTORS.rst | 7 ---- project_task_material/readme/DESCRIPTION.md | 7 ++++ project_task_material/readme/DESCRIPTION.rst | 7 ---- .../readme/{USAGE.rst => USAGE.md} | 3 +- .../static/description/index.html | 18 ++++---- 9 files changed, 52 insertions(+), 45 deletions(-) create mode 100644 project_task_material/pyproject.toml create mode 100644 project_task_material/readme/CONTRIBUTORS.md delete mode 100644 project_task_material/readme/CONTRIBUTORS.rst create mode 100644 project_task_material/readme/DESCRIPTION.md delete mode 100644 project_task_material/readme/DESCRIPTION.rst rename project_task_material/readme/{USAGE.rst => USAGE.md} (88%) diff --git a/project_task_material/README.rst b/project_task_material/README.rst index 3e82fe977a..ff83f19814 100644 --- a/project_task_material/README.rst +++ b/project_task_material/README.rst @@ -17,24 +17,24 @@ Project Task Material :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/16.0/project_task_material + :target: https://github.com/OCA/project/tree/17.0/project_task_material :alt: OCA/project .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/project-16-0/project-16-0-project_task_material + :target: https://translation.odoo-community.org/projects/project-17-0/project-17-0-project_task_material :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=16.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/project&target_branch=17.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| -Project Tasks allow to record the time spent on them, but some activities -often require you to keep a record of the material used also. +Project Tasks allow to record the time spent on them, but some +activities often require you to keep a record of the material used also. This module offers the ability to keep track of that material. -Note that only a simple record is made and no accounting or stock moves are -actually performed. +Note that only a simple record is made and no accounting or stock moves +are actually performed. **Table of contents** @@ -46,7 +46,8 @@ Usage To use this module: -Every task form has a tab where product and their quantities can be added. +Every task form has a tab where product and their quantities can be +added. Bug Tracker =========== @@ -54,7 +55,7 @@ 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 `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -62,24 +63,25 @@ Credits ======= Authors -~~~~~~~ +------- * Daniel Reis * Tecnativa Contributors -~~~~~~~~~~~~ +------------ -- Daniel Reis -- Sergio Teruel -- Vicent Cubells -- David Vidal -- Carlos Jesus Cebrian -- Anand Kansagra -- Ruchir Shukla +- Daniel Reis +- Sergio Teruel +- Vicent Cubells +- David Vidal +- Carlos Jesus Cebrian +- Anand Kansagra +- Ruchir Shukla +- Murtuza Saleh Maintainers -~~~~~~~~~~~ +----------- This module is maintained by the OCA. @@ -91,6 +93,6 @@ 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. +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_material/__manifest__.py b/project_task_material/__manifest__.py index 5ea86d4a4c..1ee6ff4430 100644 --- a/project_task_material/__manifest__.py +++ b/project_task_material/__manifest__.py @@ -7,7 +7,7 @@ { "name": "Project Task Material", "summary": "Record products spent in a Task", - "version": "16.0.1.0.0", + "version": "17.0.1.0.0", "category": "Project Management", "author": "Daniel Reis," "Tecnativa," "Odoo Community Association (OCA)", "website": "https://github.com/OCA/project", diff --git a/project_task_material/pyproject.toml b/project_task_material/pyproject.toml new file mode 100644 index 0000000000..4231d0cccb --- /dev/null +++ b/project_task_material/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/project_task_material/readme/CONTRIBUTORS.md b/project_task_material/readme/CONTRIBUTORS.md new file mode 100644 index 0000000000..f35680598f --- /dev/null +++ b/project_task_material/readme/CONTRIBUTORS.md @@ -0,0 +1,8 @@ + - Daniel Reis \<\> + - Sergio Teruel \<\> + - Vicent Cubells \<\> + - David Vidal \<\> + - Carlos Jesus Cebrian \<\> + - Anand Kansagra \<\> + - Ruchir Shukla \<\> + - Murtuza Saleh \<\> \ No newline at end of file diff --git a/project_task_material/readme/CONTRIBUTORS.rst b/project_task_material/readme/CONTRIBUTORS.rst deleted file mode 100644 index 7c185d7c17..0000000000 --- a/project_task_material/readme/CONTRIBUTORS.rst +++ /dev/null @@ -1,7 +0,0 @@ -- Daniel Reis -- Sergio Teruel -- Vicent Cubells -- David Vidal -- Carlos Jesus Cebrian -- Anand Kansagra -- Ruchir Shukla diff --git a/project_task_material/readme/DESCRIPTION.md b/project_task_material/readme/DESCRIPTION.md new file mode 100644 index 0000000000..02dcaad8e1 --- /dev/null +++ b/project_task_material/readme/DESCRIPTION.md @@ -0,0 +1,7 @@ +Project Tasks allow to record the time spent on them, but some +activities often require you to keep a record of the material used also. + +This module offers the ability to keep track of that material. + +Note that only a simple record is made and no accounting or stock moves +are actually performed. diff --git a/project_task_material/readme/DESCRIPTION.rst b/project_task_material/readme/DESCRIPTION.rst deleted file mode 100644 index 00146171fd..0000000000 --- a/project_task_material/readme/DESCRIPTION.rst +++ /dev/null @@ -1,7 +0,0 @@ -Project Tasks allow to record the time spent on them, but some activities -often require you to keep a record of the material used also. - -This module offers the ability to keep track of that material. - -Note that only a simple record is made and no accounting or stock moves are -actually performed. diff --git a/project_task_material/readme/USAGE.rst b/project_task_material/readme/USAGE.md similarity index 88% rename from project_task_material/readme/USAGE.rst rename to project_task_material/readme/USAGE.md index 448577081e..4fc31aa48c 100644 --- a/project_task_material/readme/USAGE.rst +++ b/project_task_material/readme/USAGE.md @@ -1,3 +1,4 @@ To use this module: -Every task form has a tab where product and their quantities can be added. +Every task form has a tab where product and their quantities can be +added. diff --git a/project_task_material/static/description/index.html b/project_task_material/static/description/index.html index 19af0c936b..cf17cac442 100644 --- a/project_task_material/static/description/index.html +++ b/project_task_material/static/description/index.html @@ -1,4 +1,3 @@ - @@ -369,12 +368,12 @@

Project Task Material

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:408f81172c89e22033aca7b3b405de74eafbec3f7f085f06df163bda6985cfaf !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

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

-

Project Tasks allow to record the time spent on them, but some activities -often require you to keep a record of the material used also.

+

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

+

Project Tasks allow to record the time spent on them, but some +activities often require you to keep a record of the material used also.

This module offers the ability to keep track of that material.

-

Note that only a simple record is made and no accounting or stock moves are -actually performed.

+

Note that only a simple record is made and no accounting or stock moves +are actually performed.

Table of contents

    @@ -391,14 +390,15 @@

    Project Task Material

    Usage

    To use this module:

    -

    Every task form has a tab where product and their quantities can be added.

    +

    Every task form has a tab where product and their quantities can be +added.

    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.

    +feedback.

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

    @@ -429,7 +429,7 @@

    Maintainers

    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.

    +

    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.