From e32fe3bef7469d2e39f9c25e77a6c4b157abca61 Mon Sep 17 00:00:00 2001 From: Antoni Marroig Campomar Date: Thu, 11 Apr 2024 14:38:58 +0200 Subject: [PATCH] [IMP] : pre-commit stuff --- .../odoo/addons/stock_request_direction | 1 + setup/stock_request_direction/setup.py | 6 ++++++ stock_request_direction/README.rst | 18 +++++++++--------- stock_request_direction/__manifest__.py | 2 +- .../static/description/index.html | 10 +++++----- 5 files changed, 22 insertions(+), 15 deletions(-) create mode 120000 setup/stock_request_direction/odoo/addons/stock_request_direction create mode 100644 setup/stock_request_direction/setup.py diff --git a/setup/stock_request_direction/odoo/addons/stock_request_direction b/setup/stock_request_direction/odoo/addons/stock_request_direction new file mode 120000 index 00000000..0e365a6c --- /dev/null +++ b/setup/stock_request_direction/odoo/addons/stock_request_direction @@ -0,0 +1 @@ +../../../../stock_request_direction \ No newline at end of file diff --git a/setup/stock_request_direction/setup.py b/setup/stock_request_direction/setup.py new file mode 100644 index 00000000..28c57bb6 --- /dev/null +++ b/setup/stock_request_direction/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) diff --git a/stock_request_direction/README.rst b/stock_request_direction/README.rst index 7c5e8102..eafecbea 100644 --- a/stock_request_direction/README.rst +++ b/stock_request_direction/README.rst @@ -7,7 +7,7 @@ Stock Requests Direction !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:5486d41b67e4fe766f9eef1b7c89ecda25b219e7cd5780e3fb2a4a884d57075c + !! source digest: sha256:fe7d747981d6f215eaba2f7357b44f1e7c3830802ef6810226782c7446a938d2 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -16,14 +16,14 @@ Stock Requests Direction .. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-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/stock_request_direction - :alt: OCA/stock-logistics-warehouse +.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--request-lightgray.png?logo=github + :target: https://github.com/OCA/stock-logistics-request/tree/16.0/stock_request_direction + :alt: OCA/stock-logistics-request .. |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-stock_request_direction + :target: https://translation.odoo-community.org/projects/stock-logistics-request-16-0/stock-logistics-request-16-0-stock_request_direction :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-request&target_branch=16.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| @@ -63,10 +63,10 @@ also cancelled. Bug Tracker =========== -Bugs are tracked on `GitHub Issues `_. +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. @@ -113,6 +113,6 @@ Current `maintainer `__: |maintainer-max3903| -This module is part of the `OCA/stock-logistics-warehouse `_ project on GitHub. +This module is part of the `OCA/stock-logistics-request `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/stock_request_direction/__manifest__.py b/stock_request_direction/__manifest__.py index 3e61ed43..cc955c7c 100644 --- a/stock_request_direction/__manifest__.py +++ b/stock_request_direction/__manifest__.py @@ -6,7 +6,7 @@ "summary": "From or to your warehouse?", "version": "14.0.1.0.1", "license": "LGPL-3", - "website": "https://github.com/OCA/stock-logistics-warehouse", + "website": "https://github.com/OCA/stock-logistics-request", "author": "Open Source Integrators, Odoo Community Association (OCA)", "category": "Warehouse Management", "depends": ["stock_request"], diff --git a/stock_request_direction/static/description/index.html b/stock_request_direction/static/description/index.html index 2dc6f582..a000cafa 100644 --- a/stock_request_direction/static/description/index.html +++ b/stock_request_direction/static/description/index.html @@ -367,9 +367,9 @@

Stock Requests Direction

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:5486d41b67e4fe766f9eef1b7c89ecda25b219e7cd5780e3fb2a4a884d57075c +!! source digest: sha256:fe7d747981d6f215eaba2f7357b44f1e7c3830802ef6810226782c7446a938d2 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Beta License: LGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runboat

+

Beta License: LGPL-3 OCA/stock-logistics-request Translate me on Weblate Try me on Runboat

This module was written to allow users to request products to be transferred from or to your warehouses. They can specify the direction and don’t have to bother selecting the inventory location.

@@ -413,10 +413,10 @@

Cancel

Bug Tracker

-

Bugs are tracked on GitHub Issues. +

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.

@@ -452,7 +452,7 @@

Maintainers

promote its widespread use.

Current maintainer:

max3903

-

This module is part of the OCA/stock-logistics-warehouse project on GitHub.

+

This module is part of the OCA/stock-logistics-request project on GitHub.

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