diff --git a/stock_location_zone/README.rst b/stock_location_zone/README.rst index 9193ece4d..3c24b005c 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/16.0/stock_location_zone + :target: https://github.com/OCA/stock-logistics-warehouse/tree/17.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-16-0/stock-logistics-warehouse-16-0-stock_location_zone + :target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-17-0/stock-logistics-warehouse-17-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=16.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| @@ -33,11 +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** @@ -50,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. @@ -58,31 +64,32 @@ Credits ======= Authors -~~~~~~~ +------- * BCIM * Okia * Camptocamp Contributors -~~~~~~~~~~~~ +------------ -* Syvain Van Hoof (Okia sprl) -* Jacques-Etienne Baudoux (BCIM) -* Guewen Baconnier (Camptocamp) -* Akim Juillerat -* Phuc Tran Thanh -* Denis Roussel +- Syvain Van Hoof (Okia sprl) +- Jacques-Etienne Baudoux (BCIM) +- Guewen Baconnier (Camptocamp) +- Akim Juillerat +- Phuc Tran Thanh +- Denis Roussel +- Murtaza Mithaiwala <> Other credits -~~~~~~~~~~~~~ +------------- The development of this module has been financially supported by: -* Camptocamp +- Camptocamp Maintainers -~~~~~~~~~~~ +----------- This module is maintained by the OCA. @@ -94,6 +101,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 7935b0fce..bde6a57d3 100644 --- a/stock_location_zone/__manifest__.py +++ b/stock_location_zone/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Stock Location Zone", - "version": "16.0.1.0.1", + "version": "17.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/pyproject.toml b/stock_location_zone/pyproject.toml new file mode 100644 index 000000000..4231d0ccc --- /dev/null +++ b/stock_location_zone/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/stock_location_zone/readme/CONTRIBUTORS.md b/stock_location_zone/readme/CONTRIBUTORS.md new file mode 100644 index 000000000..4f74d8667 --- /dev/null +++ b/stock_location_zone/readme/CONTRIBUTORS.md @@ -0,0 +1,7 @@ + - Syvain Van Hoof (Okia sprl) \<\> + - Jacques-Etienne Baudoux (BCIM) \<\> + - Guewen Baconnier (Camptocamp) \<\> + - Akim Juillerat \<\> + - Phuc Tran Thanh \<\> + - Denis Roussel \<\> + - Murtaza Mithaiwala \<\> diff --git a/stock_location_zone/readme/CONTRIBUTORS.rst b/stock_location_zone/readme/CONTRIBUTORS.rst deleted file mode 100644 index 89595a403..000000000 --- a/stock_location_zone/readme/CONTRIBUTORS.rst +++ /dev/null @@ -1,6 +0,0 @@ -* Syvain Van Hoof (Okia sprl) -* Jacques-Etienne Baudoux (BCIM) -* Guewen Baconnier (Camptocamp) -* Akim Juillerat -* Phuc Tran Thanh -* Denis Roussel diff --git a/stock_location_zone/readme/CREDITS.rst b/stock_location_zone/readme/CREDITS.md similarity index 81% rename from stock_location_zone/readme/CREDITS.rst rename to stock_location_zone/readme/CREDITS.md index f5cc070c7..08e428ec0 100644 --- a/stock_location_zone/readme/CREDITS.rst +++ b/stock_location_zone/readme/CREDITS.md @@ -1,3 +1,3 @@ The development of this module has been financially supported by: -* Camptocamp + - Camptocamp diff --git a/stock_location_zone/readme/DESCRIPTION.md b/stock_location_zone/readme/DESCRIPTION.md new file mode 100644 index 000000000..ae0eb1e9e --- /dev/null +++ b/stock_location_zone/readme/DESCRIPTION.md @@ -0,0 +1,16 @@ +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: + + - 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 diff --git a/stock_location_zone/readme/DESCRIPTION.rst b/stock_location_zone/readme/DESCRIPTION.rst deleted file mode 100644 index 7b3ca7af2..000000000 --- a/stock_location_zone/readme/DESCRIPTION.rst +++ /dev/null @@ -1,10 +0,0 @@ -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: - -* 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 diff --git a/stock_location_zone/static/description/index.html b/stock_location_zone/static/description/index.html index cab45af0b..640ea1b9a 100644 --- a/stock_location_zone/static/description/index.html +++ b/stock_location_zone/static/description/index.html @@ -1,4 +1,3 @@ - @@ -369,13 +368,19 @@ ul.auto-toc { !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:bf2eabaeb9af2cc9aaf2723a3e8674c65952fd2dfdf4a69a6e7eb9fc12982502 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

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:

    -
  • 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…
  • +
  • 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
  • @@ -398,7 +403,7 @@ classification of stock locations in a warehouse.

    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.

    @@ -420,6 +425,7 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
  • Akim Juillerat <akim.juillerat@camptocamp.com>
  • Phuc Tran Thanh <phuc@trobz.com>
  • Denis Roussel <denis.roussel@acsone.eu>
  • +
  • Murtaza Mithaiwala <<murtaza.m.serpentcs.com/>>
@@ -436,7 +442,7 @@ If you spotted it first, help us to smash it by providing a detailed and welcome

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.