Skip to content

Commit

Permalink
[IMP] pim: pre-commit auto fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kobros-tech committed Feb 6, 2025
1 parent c36be28 commit 56c125c
Show file tree
Hide file tree
Showing 13 changed files with 69 additions and 40 deletions.
44 changes: 28 additions & 16 deletions pim/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -50,38 +51,49 @@ 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
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/odoo-pim/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 <https://github.com/OCA/odoo-pim/issues/new?body=module:%20pim%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
`feedback <https://github.com/OCA/odoo-pim/issues/new?body=module:%20pim%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

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

Credits
=======

Authors
~~~~~~~
-------

* Akretion

Contributors
~~~~~~~~~~~~
------------

* Sébastien BEAU <sebastien.beau@akretion.com>
* Clément Mombereau <clement.mombereau@akretion.com.br>
* Cédric PIGEON <cedric.pigeon@acsone.eu>
* Denis Roussel <denis.roussel@acsone.eu>
* Dhara Solanki <dhara.solanki@initos.com>
* Mohamed Alkobrosli <malkobrosly@kencove.com>
- Sébastien BEAU <sebastien.beau@akretion.com>
- Clément Mombereau <clement.mombereau@akretion.com.br>
- Cédric PIGEON <cedric.pigeon@acsone.eu>
- Denis Roussel <denis.roussel@acsone.eu>
- Dhara Solanki <dhara.solanki@initos.com>
- Mohamed Alkobrosli <malkobrosly@kencove.com>

Maintainers
~~~~~~~~~~~
-----------

This module is maintained by the OCA.

Expand All @@ -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 <https://github.com/OCA/odoo-pim/tree/16.0/pim>`_ project on GitHub.
This module is part of the `OCA/odoo-pim <https://github.com/OCA/odoo-pim/tree/17.0/pim>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
2 changes: 1 addition & 1 deletion pim/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 3 additions & 0 deletions pim/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build-system]
requires = ["whool"]
build-backend = "whool.buildapi"
2 changes: 2 additions & 0 deletions pim/readme/CONFIGURE.md
Original file line number Diff line number Diff line change
@@ -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.
1 change: 0 additions & 1 deletion pim/readme/CONFIGURE.rst

This file was deleted.

6 changes: 6 additions & 0 deletions pim/readme/CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- Sébastien BEAU \<<sebastien.beau@akretion.com>\>
- Clément Mombereau \<<clement.mombereau@akretion.com.br>\>
- Cédric PIGEON \<<cedric.pigeon@acsone.eu>\>
- Denis Roussel \<<denis.roussel@acsone.eu>\>
- Dhara Solanki \<<dhara.solanki@initos.com>\>
- Mohamed Alkobrosli \<<malkobrosly@kencove.com>\>
6 changes: 0 additions & 6 deletions pim/readme/CONTRIBUTORS.rst

This file was deleted.

3 changes: 2 additions & 1 deletion pim/readme/DESCRIPTION.rst → pim/readme/DESCRIPTION.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions pim/readme/ROADMAP.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Empty file removed pim/readme/ROADMAP.rst
Empty file.
1 change: 1 addition & 0 deletions pim/readme/USAGE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Empty file removed pim/readme/USAGE.rst
Empty file.
40 changes: 25 additions & 15 deletions pim/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -369,9 +369,10 @@ <h1 class="title">Product Information Management</h1>
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:90ca4229a4bc6ac1a4599e4c6215399a0a3e4721ae029bbc6497fcda6f43288c
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/odoo-pim/tree/16.0/pim"><img alt="OCA/odoo-pim" src="https://img.shields.io/badge/github-OCA%2Fodoo--pim-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/odoo-pim-16-0/odoo-pim-16-0-pim"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/odoo-pim&amp;target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/odoo-pim/tree/17.0/pim"><img alt="OCA/odoo-pim" src="https://img.shields.io/badge/github-OCA%2Fodoo--pim-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/odoo-pim-17-0/odoo-pim-17-0-pim"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/odoo-pim&amp;target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>A basic module for Product Information Management.</p>
<p>The module itself doesn’t do anything. It only creates a new application menu “PIM” gathering native views about Products :</p>
<p>The module itself doesn’t do anything. It only creates a new application
menu “PIM” gathering native views about Products :</p>
<ul class="simple">
<li>Products and Products Variants views</li>
<li>Attributes</li>
Expand All @@ -387,37 +388,46 @@ <h1 class="title">Product Information Management</h1>
<div class="contents local topic" id="contents">
<ul class="simple">
<li><a class="reference internal" href="#configuration" id="toc-entry-1">Configuration</a></li>
<li><a class="reference internal" href="#bug-tracker" id="toc-entry-2">Bug Tracker</a></li>
<li><a class="reference internal" href="#credits" id="toc-entry-3">Credits</a><ul>
<li><a class="reference internal" href="#authors" id="toc-entry-4">Authors</a></li>
<li><a class="reference internal" href="#contributors" id="toc-entry-5">Contributors</a></li>
<li><a class="reference internal" href="#maintainers" id="toc-entry-6">Maintainers</a></li>
<li><a class="reference internal" href="#usage" id="toc-entry-2">Usage</a></li>
<li><a class="reference internal" href="#known-issues-roadmap" id="toc-entry-3">Known issues / Roadmap</a></li>
<li><a class="reference internal" href="#bug-tracker" id="toc-entry-4">Bug Tracker</a></li>
<li><a class="reference internal" href="#credits" id="toc-entry-5">Credits</a><ul>
<li><a class="reference internal" href="#authors" id="toc-entry-6">Authors</a></li>
<li><a class="reference internal" href="#contributors" id="toc-entry-7">Contributors</a></li>
<li><a class="reference internal" href="#maintainers" id="toc-entry-8">Maintainers</a></li>
</ul>
</li>
</ul>
</div>
<div class="section" id="configuration">
<h1><a class="toc-backref" href="#toc-entry-1">Configuration</a></h1>
<p>Define your user <strong>PIM access rights</strong> in the Application Accesses as a Manager, User or Reader and the application menu “PIM” will appear.</p>
<p>Define your user <strong>PIM access rights</strong> in the Application Accesses as a
Manager, User or Reader and the application menu “PIM” will appear.</p>
</div>
<div class="section" id="usage">
<h1><a class="toc-backref" href="#toc-entry-2">Usage</a></h1>
</div>
<div class="section" id="known-issues-roadmap">
<h1><a class="toc-backref" href="#toc-entry-3">Known issues / Roadmap</a></h1>
</div>
<div class="section" id="bug-tracker">
<h1><a class="toc-backref" href="#toc-entry-2">Bug Tracker</a></h1>
<h1><a class="toc-backref" href="#toc-entry-4">Bug Tracker</a></h1>
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/odoo-pim/issues">GitHub Issues</a>.
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
<a class="reference external" href="https://github.com/OCA/odoo-pim/issues/new?body=module:%20pim%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
<a class="reference external" href="https://github.com/OCA/odoo-pim/issues/new?body=module:%20pim%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
<p>Do not contact contributors directly about support or help with technical issues.</p>
</div>
<div class="section" id="credits">
<h1><a class="toc-backref" href="#toc-entry-3">Credits</a></h1>
<h1><a class="toc-backref" href="#toc-entry-5">Credits</a></h1>
<div class="section" id="authors">
<h2><a class="toc-backref" href="#toc-entry-4">Authors</a></h2>
<h2><a class="toc-backref" href="#toc-entry-6">Authors</a></h2>
<ul class="simple">
<li>Akretion</li>
</ul>
</div>
<div class="section" id="contributors">
<h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
<h2><a class="toc-backref" href="#toc-entry-7">Contributors</a></h2>
<ul class="simple">
<li>Sébastien BEAU &lt;<a class="reference external" href="mailto:sebastien.beau&#64;akretion.com">sebastien.beau&#64;akretion.com</a>&gt;</li>
<li>Clément Mombereau &lt;<a class="reference external" href="mailto:clement.mombereau&#64;akretion.com.br">clement.mombereau&#64;akretion.com.br</a>&gt;</li>
Expand All @@ -428,15 +438,15 @@ <h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
</ul>
</div>
<div class="section" id="maintainers">
<h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
<h2><a class="toc-backref" href="#toc-entry-8">Maintainers</a></h2>
<p>This module is maintained by the OCA.</p>
<a class="reference external image-reference" href="https://odoo-community.org">
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
</a>
<p>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.</p>
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/odoo-pim/tree/16.0/pim">OCA/odoo-pim</a> project on GitHub.</p>
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/odoo-pim/tree/17.0/pim">OCA/odoo-pim</a> project on GitHub.</p>
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
</div>
</div>
Expand Down

0 comments on commit 56c125c

Please sign in to comment.