From 403f02b677dd566655f6c37e5476938fae11c5fc Mon Sep 17 00:00:00 2001 From: Nils Coenen <74965194+NICO-SOLUTIONS@users.noreply.github.com> Date: Thu, 7 Dec 2023 10:05:11 +0100 Subject: [PATCH] [IMP] partner_identification_gln: pre-commit auto fixes --- partner_identification_gln/README.rst | 36 ++++++++++--------- partner_identification_gln/pyproject.toml | 3 ++ .../readme/CONTRIBUTORS.md | 6 ++++ .../readme/CONTRIBUTORS.rst | 6 ---- .../readme/{CREDITS.rst => CREDITS.md} | 3 +- .../readme/DESCRIPTION.md | 4 +++ .../readme/DESCRIPTION.rst | 3 -- .../readme/{INSTALL.rst => INSTALL.md} | 0 .../static/description/index.html | 12 ++++--- 9 files changed, 41 insertions(+), 32 deletions(-) create mode 100644 partner_identification_gln/pyproject.toml create mode 100644 partner_identification_gln/readme/CONTRIBUTORS.md delete mode 100644 partner_identification_gln/readme/CONTRIBUTORS.rst rename partner_identification_gln/readme/{CREDITS.rst => CREDITS.md} (72%) create mode 100644 partner_identification_gln/readme/DESCRIPTION.md delete mode 100644 partner_identification_gln/readme/DESCRIPTION.rst rename partner_identification_gln/readme/{INSTALL.rst => INSTALL.md} (100%) diff --git a/partner_identification_gln/README.rst b/partner_identification_gln/README.rst index a2c9598337e..4076197456b 100644 --- a/partner_identification_gln/README.rst +++ b/partner_identification_gln/README.rst @@ -17,18 +17,19 @@ Partner Identification GLN :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fpartner--contact-lightgray.png?logo=github - :target: https://github.com/OCA/partner-contact/tree/16.0/partner_identification_gln + :target: https://github.com/OCA/partner-contact/tree/17.0/partner_identification_gln :alt: OCA/partner-contact .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/partner-contact-16-0/partner-contact-16-0-partner_identification_gln + :target: https://translation.odoo-community.org/projects/partner-contact-17-0/partner-contact-17-0-partner_identification_gln :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/partner-contact&target_branch=16.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/partner-contact&target_branch=17.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| -This addon extends "Partner Identification Numbers" to provide a number category for GLN registration +This addon extends "Partner Identification Numbers" to provide a number +category for GLN registration see: http://www.gs1.org/1/glnrules/en/ @@ -48,7 +49,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. @@ -56,27 +57,28 @@ Credits ======= Authors -~~~~~~~ +------- * Acsone S.A. Contributors -~~~~~~~~~~~~ +------------ -* Alvaro Estebanez -* Denis Roussel -* Meyomesse Gilles -* Bejaoui Souheil -* Simone Orsi -* Duong (Tran Quoc) +- Alvaro Estebanez +- Denis Roussel +- Meyomesse Gilles +- Bejaoui Souheil +- Simone Orsi +- Duong (Tran Quoc) Other credits -~~~~~~~~~~~~~ +------------- -The migration of this module from 14.0 to 16.0 was financially supported by Camptocamp. +The migration of this module from 14.0 to 16.0 was financially supported +by Camptocamp. Maintainers -~~~~~~~~~~~ +----------- This module is maintained by the OCA. @@ -88,6 +90,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/partner-contact `_ project on GitHub. +This module is part of the `OCA/partner-contact `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/partner_identification_gln/pyproject.toml b/partner_identification_gln/pyproject.toml new file mode 100644 index 00000000000..4231d0cccb3 --- /dev/null +++ b/partner_identification_gln/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/partner_identification_gln/readme/CONTRIBUTORS.md b/partner_identification_gln/readme/CONTRIBUTORS.md new file mode 100644 index 00000000000..cdf8991b3a3 --- /dev/null +++ b/partner_identification_gln/readme/CONTRIBUTORS.md @@ -0,0 +1,6 @@ +- Alvaro Estebanez \<\> +- Denis Roussel \<\> +- Meyomesse Gilles \<\> +- Bejaoui Souheil \<\> +- Simone Orsi \<\> +- Duong (Tran Quoc) \<\> diff --git a/partner_identification_gln/readme/CONTRIBUTORS.rst b/partner_identification_gln/readme/CONTRIBUTORS.rst deleted file mode 100644 index e5c401d5bdd..00000000000 --- a/partner_identification_gln/readme/CONTRIBUTORS.rst +++ /dev/null @@ -1,6 +0,0 @@ -* Alvaro Estebanez -* Denis Roussel -* Meyomesse Gilles -* Bejaoui Souheil -* Simone Orsi -* Duong (Tran Quoc) diff --git a/partner_identification_gln/readme/CREDITS.rst b/partner_identification_gln/readme/CREDITS.md similarity index 72% rename from partner_identification_gln/readme/CREDITS.rst rename to partner_identification_gln/readme/CREDITS.md index 4c5b2fca2aa..ae28e03a15d 100644 --- a/partner_identification_gln/readme/CREDITS.rst +++ b/partner_identification_gln/readme/CREDITS.md @@ -1 +1,2 @@ -The migration of this module from 14.0 to 16.0 was financially supported by Camptocamp. +The migration of this module from 14.0 to 16.0 was financially supported +by Camptocamp. diff --git a/partner_identification_gln/readme/DESCRIPTION.md b/partner_identification_gln/readme/DESCRIPTION.md new file mode 100644 index 00000000000..3ad2813b287 --- /dev/null +++ b/partner_identification_gln/readme/DESCRIPTION.md @@ -0,0 +1,4 @@ +This addon extends "Partner Identification Numbers" to provide a number +category for GLN registration + +see: diff --git a/partner_identification_gln/readme/DESCRIPTION.rst b/partner_identification_gln/readme/DESCRIPTION.rst deleted file mode 100644 index b8bcc979eac..00000000000 --- a/partner_identification_gln/readme/DESCRIPTION.rst +++ /dev/null @@ -1,3 +0,0 @@ -This addon extends "Partner Identification Numbers" to provide a number category for GLN registration - -see: http://www.gs1.org/1/glnrules/en/ diff --git a/partner_identification_gln/readme/INSTALL.rst b/partner_identification_gln/readme/INSTALL.md similarity index 100% rename from partner_identification_gln/readme/INSTALL.rst rename to partner_identification_gln/readme/INSTALL.md diff --git a/partner_identification_gln/static/description/index.html b/partner_identification_gln/static/description/index.html index 22b17d1cec7..2b43b8b4be0 100644 --- a/partner_identification_gln/static/description/index.html +++ b/partner_identification_gln/static/description/index.html @@ -369,8 +369,9 @@

Partner Identification GLN

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:5824ac65d1af4444e83a009f7936a48f26932cdea03aa531274a5aab42774249 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

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

-

This addon extends “Partner Identification Numbers” to provide a number category for GLN registration

+

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

+

This addon extends “Partner Identification Numbers” to provide a number +category for GLN registration

see: http://www.gs1.org/1/glnrules/en/

Table of contents

@@ -395,7 +396,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.

@@ -419,7 +420,8 @@

Contributors

Other credits

-

The migration of this module from 14.0 to 16.0 was financially supported by Camptocamp.

+

The migration of this module from 14.0 to 16.0 was financially supported +by Camptocamp.

Maintainers

@@ -428,7 +430,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/partner-contact project on GitHub.

+

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

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