From b603336a991f27a1c451e0a18efa54c251a53c29 Mon Sep 17 00:00:00 2001 From: natuan9 Date: Thu, 2 Jan 2025 15:44:43 +0700 Subject: [PATCH] [MIG] stock_location_zone: Migration to 18.0 --- stock_location_zone/README.rst | 60 +++++++++++-------- stock_location_zone/__manifest__.py | 2 +- stock_location_zone/readme/CONTRIBUTORS.md | 5 +- stock_location_zone/readme/CREDITS.md | 4 +- .../static/description/index.html | 22 +++---- 5 files changed, 52 insertions(+), 41 deletions(-) diff --git a/stock_location_zone/README.rst b/stock_location_zone/README.rst index 4e3cb7b2a341..0ee60dc53a68 100644 --- a/stock_location_zone/README.rst +++ b/stock_location_zone/README.rst @@ -17,13 +17,13 @@ Stock Location Zone :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/17.0/stock_location_zone + :target: https://github.com/OCA/stock-logistics-warehouse/tree/18.0/stock_location_zone :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-17-0/stock-logistics-warehouse-17-0-stock_location_zone + :target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-18-0/stock-logistics-warehouse-18-0-stock_location_zone :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=17.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/stock-logistics-warehouse&target_branch=18.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| @@ -33,17 +33,17 @@ classification of stock locations in a warehouse. Locations are then classified by location kinds that could be: -- Zone: locations that are flagged as being zones. Zones are - subdivisions of the warehouse for splitting picking operations. A - picking operator work in a zone and can pick from any location of the - zone. -- Area: locations with children that are part of a zone. Areas are - subdivisions of the warehouse for put-away operations. Each area has - storage characteristics and strategy, e.g. area for pallets, shelf - for boxes... -- Bin: locations without children that are part of a zone -- Stock: internal locations whose parent is a view -- Other: any other location +- Zone: locations that are flagged as being zones. Zones are + subdivisions of the warehouse for splitting picking operations. A + picking operator work in a zone and can pick from any location of the + zone. +- Area: locations with children that are part of a zone. Areas are + subdivisions of the warehouse for put-away operations. Each area has + storage characteristics and strategy, e.g. area for pallets, shelf for + boxes... +- Bin: locations without children that are part of a zone +- Stock: internal locations whose parent is a view +- Other: any other location **Table of contents** @@ -56,7 +56,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. @@ -73,20 +73,28 @@ Authors Contributors ------------ -- Syvain Van Hoof (Okia sprl) -- Jacques-Etienne Baudoux (BCIM) -- Guewen Baconnier (Camptocamp) -- Akim Juillerat -- Phuc Tran Thanh -- Denis Roussel -- Murtaza Mithaiwala <> +- Syvain Van Hoof (Okia sprl) + +- Jacques-Etienne Baudoux (BCIM) + +- Guewen Baconnier (Camptocamp) + +- Akim Juillerat + +- Denis Roussel + +- Murtaza Mithaiwala <> + +- `Trobz `__: + + - Tuan Nguyen + - Phuc Tran Thanh Other credits ------------- -The development of this module has been financially supported by: - -- Camptocamp +The development and the migration of this module from 17.0 to 18.0 has +been financially supported by Camptocamp Maintainers ----------- @@ -101,6 +109,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/stock-logistics-warehouse `_ project on GitHub. +This module is part of the `OCA/stock-logistics-warehouse `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/stock_location_zone/__manifest__.py b/stock_location_zone/__manifest__.py index bde6a57d36f2..524f1c44febf 100644 --- a/stock_location_zone/__manifest__.py +++ b/stock_location_zone/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Stock Location Zone", - "version": "17.0.1.0.0", + "version": "18.0.1.0.0", "author": "BCIM, Okia, Camptocamp, Odoo Community Association (OCA)", "website": "https://github.com/OCA/stock-logistics-warehouse", "summary": "Classify locations with zones.", diff --git a/stock_location_zone/readme/CONTRIBUTORS.md b/stock_location_zone/readme/CONTRIBUTORS.md index 4f74d866733c..4c4cee496bb8 100644 --- a/stock_location_zone/readme/CONTRIBUTORS.md +++ b/stock_location_zone/readme/CONTRIBUTORS.md @@ -2,6 +2,9 @@ - Jacques-Etienne Baudoux (BCIM) \<\> - Guewen Baconnier (Camptocamp) \<\> - Akim Juillerat \<\> - - Phuc Tran Thanh \<\> - Denis Roussel \<\> - Murtaza Mithaiwala \<\> + +- [Trobz](https://trobz.com): + - Tuan Nguyen \<\> + - Phuc Tran Thanh \<\> \ No newline at end of file diff --git a/stock_location_zone/readme/CREDITS.md b/stock_location_zone/readme/CREDITS.md index 08e428ec00f9..ae908c538a2e 100644 --- a/stock_location_zone/readme/CREDITS.md +++ b/stock_location_zone/readme/CREDITS.md @@ -1,3 +1 @@ -The development of this module has been financially supported by: - - - Camptocamp +The development and the migration of this module from 17.0 to 18.0 has been financially supported by Camptocamp diff --git a/stock_location_zone/static/description/index.html b/stock_location_zone/static/description/index.html index 55639628f53a..5827e6c8fb38 100644 --- a/stock_location_zone/static/description/index.html +++ b/stock_location_zone/static/description/index.html @@ -369,7 +369,7 @@

Stock Location Zone

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:4349c9bc2cc9ba0068cb0b17f0d7817f8f42a84d2c12df85cbe6683fc8ff066e !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

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

+

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

This module introduces Zone concept on stock locations to allow better classification of stock locations in a warehouse.

Locations are then classified by location kinds that could be:

@@ -380,8 +380,8 @@

Stock Location Zone

zone.
  • Area: locations with children that are part of a zone. Areas are subdivisions of the warehouse for put-away operations. Each area has -storage characteristics and strategy, e.g. area for pallets, shelf -for boxes…
  • +storage characteristics and strategy, e.g. area for pallets, shelf for +boxes…
  • Bin: locations without children that are part of a zone
  • Stock: internal locations whose parent is a view
  • Other: any other location
  • @@ -404,7 +404,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.

    @@ -424,17 +424,19 @@

    Contributors

  • Jacques-Etienne Baudoux (BCIM) <je@bcim.be>
  • Guewen Baconnier (Camptocamp) <guewen.baconnier@camptocamp.com>
  • Akim Juillerat <akim.juillerat@camptocamp.com>
  • -
  • Phuc Tran Thanh <phuc@trobz.com>
  • Denis Roussel <denis.roussel@acsone.eu>
  • Murtaza Mithaiwala <<murtaza.m.serpentcs.com/>>
  • +
  • Trobz: +
  • Other credits

    -

    The development of this module has been financially supported by:

    -
      -
    • Camptocamp
    • -
    +

    The development and the migration of this module from 17.0 to 18.0 has +been financially supported by Camptocamp

    Maintainers

    @@ -445,7 +447,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/stock-logistics-warehouse project on GitHub.

    +

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

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