From 56c125c194a967ac555ff3e083e8264bd3683879 Mon Sep 17 00:00:00 2001 From: kobros-tech Date: Thu, 6 Feb 2025 22:01:53 +0300 Subject: [PATCH] [IMP] pim: pre-commit auto fixes --- pim/README.rst | 44 ++++++++++++------- pim/__manifest__.py | 2 +- pim/pyproject.toml | 3 ++ pim/readme/CONFIGURE.md | 2 + pim/readme/CONFIGURE.rst | 1 - pim/readme/CONTRIBUTORS.md | 6 +++ pim/readme/CONTRIBUTORS.rst | 6 --- .../{DESCRIPTION.rst => DESCRIPTION.md} | 3 +- pim/readme/ROADMAP.md | 1 + pim/readme/ROADMAP.rst | 0 pim/readme/USAGE.md | 1 + pim/readme/USAGE.rst | 0 pim/static/description/index.html | 40 ++++++++++------- 13 files changed, 69 insertions(+), 40 deletions(-) create mode 100644 pim/pyproject.toml create mode 100644 pim/readme/CONFIGURE.md delete mode 100644 pim/readme/CONFIGURE.rst create mode 100644 pim/readme/CONTRIBUTORS.md delete mode 100644 pim/readme/CONTRIBUTORS.rst rename pim/readme/{DESCRIPTION.rst => DESCRIPTION.md} (83%) create mode 100644 pim/readme/ROADMAP.md delete mode 100644 pim/readme/ROADMAP.rst create mode 100644 pim/readme/USAGE.md delete mode 100644 pim/readme/USAGE.rst diff --git a/pim/README.rst b/pim/README.rst index ec0b9ce7b..a77ee470a 100644 --- a/pim/README.rst +++ b/pim/README.rst @@ -17,20 +17,21 @@ Product Information Management :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fodoo--pim-lightgray.png?logo=github - :target: https://github.com/OCA/odoo-pim/tree/16.0/pim + :target: https://github.com/OCA/odoo-pim/tree/17.0/pim :alt: OCA/odoo-pim .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/odoo-pim-16-0/odoo-pim-16-0-pim + :target: https://translation.odoo-community.org/projects/odoo-pim-17-0/odoo-pim-17-0-pim :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/odoo-pim&target_branch=16.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/odoo-pim&target_branch=17.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| A basic module for Product Information Management. -The module itself doesn't do anything. It only creates a new application menu "PIM" gathering native views about Products : +The module itself doesn't do anything. It only creates a new application +menu "PIM" gathering native views about Products : - Products and Products Variants views - Attributes @@ -50,7 +51,18 @@ It also creates a new user group category with 3 access rights levels : Configuration ============= -Define your user **PIM access rights** in the Application Accesses as a Manager, User or Reader and the application menu "PIM" will appear. +Define your user **PIM access rights** in the Application Accesses as a +Manager, User or Reader and the application menu "PIM" will appear. + +Usage +===== + + + +Known issues / Roadmap +====================== + + Bug Tracker =========== @@ -58,7 +70,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. @@ -66,22 +78,22 @@ Credits ======= Authors -~~~~~~~ +------- * Akretion Contributors -~~~~~~~~~~~~ +------------ -* Sébastien BEAU -* Clément Mombereau -* Cédric PIGEON -* Denis Roussel -* Dhara Solanki -* Mohamed Alkobrosli +- Sébastien BEAU +- Clément Mombereau +- Cédric PIGEON +- Denis Roussel +- Dhara Solanki +- Mohamed Alkobrosli Maintainers -~~~~~~~~~~~ +----------- This module is maintained by the OCA. @@ -93,6 +105,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/odoo-pim `_ project on GitHub. +This module is part of the `OCA/odoo-pim `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/pim/__manifest__.py b/pim/__manifest__.py index e08bb42be..2b6453c4b 100644 --- a/pim/__manifest__.py +++ b/pim/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Product Information Management", - "version": "16.0.1.0.0", + "version": "17.0.1.0.0", "license": "AGPL-3", "author": "Akretion,Odoo Community Association (OCA)", "website": "https://github.com/OCA/odoo-pim", diff --git a/pim/pyproject.toml b/pim/pyproject.toml new file mode 100644 index 000000000..4231d0ccc --- /dev/null +++ b/pim/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/pim/readme/CONFIGURE.md b/pim/readme/CONFIGURE.md new file mode 100644 index 000000000..ef0b8fd80 --- /dev/null +++ b/pim/readme/CONFIGURE.md @@ -0,0 +1,2 @@ +Define your user **PIM access rights** in the Application Accesses as a +Manager, User or Reader and the application menu "PIM" will appear. diff --git a/pim/readme/CONFIGURE.rst b/pim/readme/CONFIGURE.rst deleted file mode 100644 index 044a6dc44..000000000 --- a/pim/readme/CONFIGURE.rst +++ /dev/null @@ -1 +0,0 @@ -Define your user **PIM access rights** in the Application Accesses as a Manager, User or Reader and the application menu "PIM" will appear. diff --git a/pim/readme/CONTRIBUTORS.md b/pim/readme/CONTRIBUTORS.md new file mode 100644 index 000000000..5765ecdf2 --- /dev/null +++ b/pim/readme/CONTRIBUTORS.md @@ -0,0 +1,6 @@ +- Sébastien BEAU \<\> +- Clément Mombereau \<\> +- Cédric PIGEON \<\> +- Denis Roussel \<\> +- Dhara Solanki \<\> +- Mohamed Alkobrosli \<\> diff --git a/pim/readme/CONTRIBUTORS.rst b/pim/readme/CONTRIBUTORS.rst deleted file mode 100644 index 8709fbf48..000000000 --- a/pim/readme/CONTRIBUTORS.rst +++ /dev/null @@ -1,6 +0,0 @@ -* Sébastien BEAU -* Clément Mombereau -* Cédric PIGEON -* Denis Roussel -* Dhara Solanki -* Mohamed Alkobrosli diff --git a/pim/readme/DESCRIPTION.rst b/pim/readme/DESCRIPTION.md similarity index 83% rename from pim/readme/DESCRIPTION.rst rename to pim/readme/DESCRIPTION.md index 1fd17e08d..b81885c3c 100644 --- a/pim/readme/DESCRIPTION.rst +++ b/pim/readme/DESCRIPTION.md @@ -1,6 +1,7 @@ A basic module for Product Information Management. -The module itself doesn't do anything. It only creates a new application menu "PIM" gathering native views about Products : +The module itself doesn't do anything. It only creates a new application +menu "PIM" gathering native views about Products : - Products and Products Variants views - Attributes diff --git a/pim/readme/ROADMAP.md b/pim/readme/ROADMAP.md new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/pim/readme/ROADMAP.md @@ -0,0 +1 @@ + diff --git a/pim/readme/ROADMAP.rst b/pim/readme/ROADMAP.rst deleted file mode 100644 index e69de29bb..000000000 diff --git a/pim/readme/USAGE.md b/pim/readme/USAGE.md new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/pim/readme/USAGE.md @@ -0,0 +1 @@ + diff --git a/pim/readme/USAGE.rst b/pim/readme/USAGE.rst deleted file mode 100644 index e69de29bb..000000000 diff --git a/pim/static/description/index.html b/pim/static/description/index.html index 1c92031e1..f42f0fe83 100644 --- a/pim/static/description/index.html +++ b/pim/static/description/index.html @@ -369,9 +369,10 @@

Product Information Management

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:90ca4229a4bc6ac1a4599e4c6215399a0a3e4721ae029bbc6497fcda6f43288c !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

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

+

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

A basic module for Product Information Management.

-

The module itself doesn’t do anything. It only creates a new application menu “PIM” gathering native views about Products :

+

The module itself doesn’t do anything. It only creates a new application +menu “PIM” gathering native views about Products :