From 427edd756e69ea3912ddfc946ae9d48cc0ccf4e4 Mon Sep 17 00:00:00 2001 From: Antoni Marroig Campomar Date: Mon, 22 Jul 2024 08:06:33 +0200 Subject: [PATCH] [IMP] mrp_production_note: pre-commit auto fixes --- mrp_production_note/README.rst | 35 ++++++++++--------- mrp_production_note/pyproject.toml | 3 ++ mrp_production_note/readme/CONTRIBUTORS.md | 5 +++ mrp_production_note/readme/CONTRIBUTORS.rst | 5 --- .../{DESCRIPTION.rst => DESCRIPTION.md} | 3 +- mrp_production_note/readme/USAGE.md | 5 +++ mrp_production_note/readme/USAGE.rst | 5 --- .../static/description/index.html | 10 +++--- 8 files changed, 38 insertions(+), 33 deletions(-) create mode 100644 mrp_production_note/pyproject.toml create mode 100644 mrp_production_note/readme/CONTRIBUTORS.md delete mode 100644 mrp_production_note/readme/CONTRIBUTORS.rst rename mrp_production_note/readme/{DESCRIPTION.rst => DESCRIPTION.md} (73%) create mode 100644 mrp_production_note/readme/USAGE.md delete mode 100644 mrp_production_note/readme/USAGE.rst diff --git a/mrp_production_note/README.rst b/mrp_production_note/README.rst index 4904e7da6..6fea74be3 100644 --- a/mrp_production_note/README.rst +++ b/mrp_production_note/README.rst @@ -17,18 +17,19 @@ Notes in production orders :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fmanufacture-lightgray.png?logo=github - :target: https://github.com/OCA/manufacture/tree/16.0/mrp_production_note + :target: https://github.com/OCA/manufacture/tree/17.0/mrp_production_note :alt: OCA/manufacture .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/manufacture-16-0/manufacture-16-0-mrp_production_note + :target: https://translation.odoo-community.org/projects/manufacture-17-0/manufacture-17-0-mrp_production_note :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/manufacture&target_branch=16.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/manufacture&target_branch=17.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| -This module creates in production orders a new field to add notes in rich text format. +This module creates in production orders a new field to add notes in +rich text format. **Table of contents** @@ -40,9 +41,9 @@ Usage To use this module, you need to: -#. Go to *Manufacturing > Operations > Manufacturing Orders*. -#. Edit an existing MO. -#. Fill in the field on tab "Notes". +1. Go to *Manufacturing > Operations > Manufacturing Orders*. +2. Edit an existing MO. +3. Fill in the field on tab "Notes". Bug Tracker =========== @@ -50,7 +51,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. @@ -58,22 +59,22 @@ Credits ======= Authors -~~~~~~~ +------- * OdooMRP team * AvanzOSC Contributors -~~~~~~~~~~~~ +------------ -* Oihane Crucelaegui -* Pedro M. Baeza -* Ana Juaristi -* Laurent Bélorgey -* Pimolnat Suntian +- Oihane Crucelaegui +- Pedro M. Baeza +- Ana Juaristi +- Laurent Bélorgey +- Pimolnat Suntian Maintainers -~~~~~~~~~~~ +----------- This module is maintained by the OCA. @@ -85,6 +86,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/manufacture `_ project on GitHub. +This module is part of the `OCA/manufacture `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/mrp_production_note/pyproject.toml b/mrp_production_note/pyproject.toml new file mode 100644 index 000000000..4231d0ccc --- /dev/null +++ b/mrp_production_note/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/mrp_production_note/readme/CONTRIBUTORS.md b/mrp_production_note/readme/CONTRIBUTORS.md new file mode 100644 index 000000000..765d2bd65 --- /dev/null +++ b/mrp_production_note/readme/CONTRIBUTORS.md @@ -0,0 +1,5 @@ +- Oihane Crucelaegui \<\> +- Pedro M. Baeza \<\> +- Ana Juaristi \<\> +- Laurent Bélorgey \<\> +- Pimolnat Suntian \<\> diff --git a/mrp_production_note/readme/CONTRIBUTORS.rst b/mrp_production_note/readme/CONTRIBUTORS.rst deleted file mode 100644 index 7c0a6d4a2..000000000 --- a/mrp_production_note/readme/CONTRIBUTORS.rst +++ /dev/null @@ -1,5 +0,0 @@ -* Oihane Crucelaegui -* Pedro M. Baeza -* Ana Juaristi -* Laurent Bélorgey -* Pimolnat Suntian diff --git a/mrp_production_note/readme/DESCRIPTION.rst b/mrp_production_note/readme/DESCRIPTION.md similarity index 73% rename from mrp_production_note/readme/DESCRIPTION.rst rename to mrp_production_note/readme/DESCRIPTION.md index 188c58eef..34c109bab 100644 --- a/mrp_production_note/readme/DESCRIPTION.rst +++ b/mrp_production_note/readme/DESCRIPTION.md @@ -1 +1,2 @@ -This module creates in production orders a new field to add notes in rich text format. +This module creates in production orders a new field to add notes in +rich text format. diff --git a/mrp_production_note/readme/USAGE.md b/mrp_production_note/readme/USAGE.md new file mode 100644 index 000000000..50b1c1859 --- /dev/null +++ b/mrp_production_note/readme/USAGE.md @@ -0,0 +1,5 @@ +To use this module, you need to: + +1. Go to *Manufacturing \> Operations \> Manufacturing Orders*. +2. Edit an existing MO. +3. Fill in the field on tab "Notes". diff --git a/mrp_production_note/readme/USAGE.rst b/mrp_production_note/readme/USAGE.rst deleted file mode 100644 index 5d52f968c..000000000 --- a/mrp_production_note/readme/USAGE.rst +++ /dev/null @@ -1,5 +0,0 @@ -To use this module, you need to: - -#. Go to *Manufacturing > Operations > Manufacturing Orders*. -#. Edit an existing MO. -#. Fill in the field on tab "Notes". diff --git a/mrp_production_note/static/description/index.html b/mrp_production_note/static/description/index.html index 88ca06ab6..9dea8a612 100644 --- a/mrp_production_note/static/description/index.html +++ b/mrp_production_note/static/description/index.html @@ -1,4 +1,3 @@ - @@ -369,8 +368,9 @@ ul.auto-toc { !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:b9fc5937fc5808972051121f9ac94fd2e829a59fefb78a1ca09b9caa6d9ff4dc !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

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

-

This module creates in production orders a new field to add notes in rich text format.

+

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

+

This module creates in production orders a new field to add notes in +rich text format.

Table of contents

    @@ -398,7 +398,7 @@ ul.auto-toc {

    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.

@@ -427,7 +427,7 @@ If you spotted it first, help us to smash it by providing a detailed and welcome

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/manufacture project on GitHub.

+

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

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