mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
[IMP] product_route_profile: pre-commit auto fixes
This commit is contained in:
@@ -17,18 +17,20 @@ Product Route Profile
|
||||
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
||||
:alt: License: AGPL-3
|
||||
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--warehouse-lightgray.png?logo=github
|
||||
:target: https://github.com/OCA/stock-logistics-warehouse/tree/14.0/product_route_profile
|
||||
:target: https://github.com/OCA/stock-logistics-warehouse/tree/17.0/product_route_profile
|
||||
:alt: OCA/stock-logistics-warehouse
|
||||
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
|
||||
:target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-14-0/stock-logistics-warehouse-14-0-product_route_profile
|
||||
:target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-17-0/stock-logistics-warehouse-17-0-product_route_profile
|
||||
: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/stock-logistics-warehouse&target_branch=14.0
|
||||
:target: https://runboat.odoo-community.org/builds?repo=OCA/stock-logistics-warehouse&target_branch=17.0
|
||||
:alt: Try me on Runboat
|
||||
|
||||
|badge1| |badge2| |badge3| |badge4| |badge5|
|
||||
|
||||
This module replaces the initial concept of route_ids with a new concept of "route profile", coming with a company-specific and priority route profile.
|
||||
This module replaces the initial concept of route_ids with a new concept
|
||||
of "route profile", coming with a company-specific and priority route
|
||||
profile.
|
||||
|
||||
**Table of contents**
|
||||
|
||||
@@ -38,15 +40,13 @@ This module replaces the initial concept of route_ids with a new concept of "rou
|
||||
Usage
|
||||
=====
|
||||
|
||||
**Route profile**
|
||||
In Inventory > Configuration > Settings > Routes Profiles
|
||||
- Create some Route profile depending on your needs
|
||||
**Route profile** In Inventory > Configuration > Settings > Routes
|
||||
Profiles - Create some Route profile depending on your needs
|
||||
|
||||
|
||||
**On product**
|
||||
On each template product, in inventory page, we can select:
|
||||
- **Route Profile**: a default profile, common to all companies
|
||||
- **Priority Route Profile**: a profile specific to each company and priority if existing.
|
||||
**On product** On each template product, in inventory page, we can
|
||||
select: - **Route Profile**: a default profile, common to all companies
|
||||
- **Priority Route Profile**: a profile specific to each company and
|
||||
priority if existing.
|
||||
|
||||
Known issues / Roadmap
|
||||
======================
|
||||
@@ -59,7 +59,7 @@ Bug Tracker
|
||||
Bugs are tracked on `GitHub Issues <https://github.com/OCA/stock-logistics-warehouse/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/stock-logistics-warehouse/issues/new?body=module:%20product_route_profile%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
||||
`feedback <https://github.com/OCA/stock-logistics-warehouse/issues/new?body=module:%20product_route_profile%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.
|
||||
|
||||
@@ -67,17 +67,17 @@ Credits
|
||||
=======
|
||||
|
||||
Authors
|
||||
~~~~~~~
|
||||
-------
|
||||
|
||||
* Akretion
|
||||
|
||||
Contributors
|
||||
~~~~~~~~~~~~
|
||||
------------
|
||||
|
||||
* Kévin Roche <kevin.roche@akretion.com>
|
||||
- Kévin Roche <kevin.roche@akretion.com>
|
||||
|
||||
Maintainers
|
||||
~~~~~~~~~~~
|
||||
-----------
|
||||
|
||||
This module is maintained by the OCA.
|
||||
|
||||
@@ -97,6 +97,6 @@ Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
|
||||
|
||||
|maintainer-Kev-Roche|
|
||||
|
||||
This module is part of the `OCA/stock-logistics-warehouse <https://github.com/OCA/stock-logistics-warehouse/tree/14.0/product_route_profile>`_ project on GitHub.
|
||||
This module is part of the `OCA/stock-logistics-warehouse <https://github.com/OCA/stock-logistics-warehouse/tree/17.0/product_route_profile>`_ project on GitHub.
|
||||
|
||||
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
||||
|
||||
3
product_route_profile/pyproject.toml
Normal file
3
product_route_profile/pyproject.toml
Normal file
@@ -0,0 +1,3 @@
|
||||
[build-system]
|
||||
requires = ["whool"]
|
||||
build-backend = "whool.buildapi"
|
||||
1
product_route_profile/readme/CONTRIBUTORS.md
Normal file
1
product_route_profile/readme/CONTRIBUTORS.md
Normal file
@@ -0,0 +1 @@
|
||||
- Kévin Roche \<<kevin.roche@akretion.com>\>
|
||||
@@ -1 +0,0 @@
|
||||
* Kévin Roche <kevin.roche@akretion.com>
|
||||
3
product_route_profile/readme/DESCRIPTION.md
Normal file
3
product_route_profile/readme/DESCRIPTION.md
Normal file
@@ -0,0 +1,3 @@
|
||||
This module replaces the initial concept of route_ids with a new concept
|
||||
of "route profile", coming with a company-specific and priority route
|
||||
profile.
|
||||
@@ -1 +0,0 @@
|
||||
This module replaces the initial concept of route_ids with a new concept of "route profile", coming with a company-specific and priority route profile.
|
||||
7
product_route_profile/readme/USAGE.md
Normal file
7
product_route_profile/readme/USAGE.md
Normal file
@@ -0,0 +1,7 @@
|
||||
**Route profile** In Inventory \> Configuration \> Settings \> Routes
|
||||
Profiles - Create some Route profile depending on your needs
|
||||
|
||||
**On product** On each template product, in inventory page, we can
|
||||
select: - **Route Profile**: a default profile, common to all
|
||||
companies - **Priority Route Profile**: a profile specific to each
|
||||
company and priority if existing.
|
||||
@@ -1,9 +0,0 @@
|
||||
**Route profile**
|
||||
In Inventory > Configuration > Settings > Routes Profiles
|
||||
- Create some Route profile depending on your needs
|
||||
|
||||
|
||||
**On product**
|
||||
On each template product, in inventory page, we can select:
|
||||
- **Route Profile**: a default profile, common to all companies
|
||||
- **Priority Route Profile**: a profile specific to each company and priority if existing.
|
||||
@@ -1,4 +1,3 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
@@ -369,8 +368,10 @@ ul.auto-toc {
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! source digest: sha256:5e5c1b0e163469f9f69b63c044b7d995e7c4ac4c0763450fd8075f60d84ecdc5
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
||||
<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/stock-logistics-warehouse/tree/14.0/product_route_profile"><img alt="OCA/stock-logistics-warehouse" src="https://img.shields.io/badge/github-OCA%2Fstock--logistics--warehouse-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/stock-logistics-warehouse-14-0/stock-logistics-warehouse-14-0-product_route_profile"><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/stock-logistics-warehouse&target_branch=14.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
||||
<p>This module replaces the initial concept of route_ids with a new concept of “route profile”, coming with a company-specific and priority route profile.</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/stock-logistics-warehouse/tree/17.0/product_route_profile"><img alt="OCA/stock-logistics-warehouse" src="https://img.shields.io/badge/github-OCA%2Fstock--logistics--warehouse-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/stock-logistics-warehouse-17-0/stock-logistics-warehouse-17-0-product_route_profile"><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/stock-logistics-warehouse&target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
||||
<p>This module replaces the initial concept of route_ids with a new concept
|
||||
of “route profile”, coming with a company-specific and priority route
|
||||
profile.</p>
|
||||
<p><strong>Table of contents</strong></p>
|
||||
<div class="contents local topic" id="contents">
|
||||
<ul class="simple">
|
||||
@@ -387,13 +388,12 @@ ul.auto-toc {
|
||||
</div>
|
||||
<div class="section" id="usage">
|
||||
<h1><a class="toc-backref" href="#toc-entry-1">Usage</a></h1>
|
||||
<p><strong>Route profile</strong>
|
||||
In Inventory > Configuration > Settings > Routes Profiles
|
||||
- Create some Route profile depending on your needs</p>
|
||||
<p><strong>On product</strong>
|
||||
On each template product, in inventory page, we can select:
|
||||
- <strong>Route Profile</strong>: a default profile, common to all companies
|
||||
- <strong>Priority Route Profile</strong>: a profile specific to each company and priority if existing.</p>
|
||||
<p><strong>Route profile</strong> In Inventory > Configuration > Settings > Routes
|
||||
Profiles - Create some Route profile depending on your needs</p>
|
||||
<p><strong>On product</strong> On each template product, in inventory page, we can
|
||||
select: - <strong>Route Profile</strong>: a default profile, common to all companies
|
||||
- <strong>Priority Route Profile</strong>: a profile specific to each company and
|
||||
priority if existing.</p>
|
||||
</div>
|
||||
<div class="section" id="known-issues-roadmap">
|
||||
<h1><a class="toc-backref" href="#toc-entry-2">Known issues / Roadmap</a></h1>
|
||||
@@ -404,7 +404,7 @@ On each template product, in inventory page, we can select:
|
||||
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/stock-logistics-warehouse/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/stock-logistics-warehouse/issues/new?body=module:%20product_route_profile%0Aversion:%2014.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/stock-logistics-warehouse/issues/new?body=module:%20product_route_profile%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">
|
||||
@@ -430,7 +430,7 @@ mission is to support the collaborative development of Odoo features and
|
||||
promote its widespread use.</p>
|
||||
<p>Current <a class="reference external" href="https://odoo-community.org/page/maintainer-role">maintainer</a>:</p>
|
||||
<p><a class="reference external image-reference" href="https://github.com/Kev-Roche"><img alt="Kev-Roche" src="https://github.com/Kev-Roche.png?size=40px" /></a></p>
|
||||
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/stock-logistics-warehouse/tree/14.0/product_route_profile">OCA/stock-logistics-warehouse</a> project on GitHub.</p>
|
||||
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/stock-logistics-warehouse/tree/17.0/product_route_profile">OCA/stock-logistics-warehouse</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>
|
||||
|
||||
Reference in New Issue
Block a user