Skip to content

Commit

Permalink
Merge pull request #979 from jbaudoux/18-README
Browse files Browse the repository at this point in the history
README: Stock Repositories guidelines for v18
  • Loading branch information
jbaudoux authored Feb 10, 2025
2 parents cc16b4e + cceb8f1 commit b98a5a7
Showing 1 changed file with 25 additions and 3 deletions.
28 changes: 25 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,32 @@

<!-- /!\ do not modify above this line -->

# wms
# Warehouse Management System (WMS)

There are several repositories where you can find modules and contribute to.

## Repositories and guidelines

Repository | Description
| --- | --- |
[delivery-carrier](https://github.com/OCA/delivery-carrier) | Delivery method providers and all enhancements around delivery method in sales and stock
[product-attribute](https://github.com/OCA/product-attribute) | Extend the product model (incl uom, packaging, pricelist) or lot but that do not touch sales or stock models
[stock-logistics-availability](https://github.com/OCA/stock-logistics-availability) | Compute quantity available in stock
[stock-logistics-barcode](https://github.com/OCA/stock-logistics-barcode) | Product and product packaging barcodes
[stock-logistics-interfaces](https://github.com/OCA/stock-logistics-interfaces) | Interfaces to interact with physical devices (vertical lift, measurement device...)
[stock-logistics-orderpoint](https://github.com/OCA/stock-logistics-orderpoint) | Reordering rules
[stock-logistics-release-channel]([https://github.com/OCA/stock-logistics-release-channel) | Dispatch management. Organize and dispatch work in the warehouse by release channels
[stock-logistics-reporting](https://github.com/OCA/stock-logistics-reporting) | Stock reportings
[stock-logistics-request](https://github.com/OCA/stock-logistics-request) | Record needs for products
[stock-logistics-reservation]([https://github.com/OCA/stock-logistics-reservation) | Enhance the way products are allocated (virtual reservation) and reserved (rules extending fifo) in the stock
[stock-logistics-shopfloor]([https://github.com/OCA/stock-logistics-shopfloor) | Shopfloor. Warehouse barcode applications to support operators in the warehouse
[stock-logistics-tracking](https://github.com/OCA/stock-logistics-tracking) | Enhance packages (stock.quant.package)
[stock-logistics-transport]([https://github.com/OCA/stock-logistics-transport) | Manage incoming and outgoing transports
[stock-logistics-warehouse](https://github.com/OCA/stock-logistics-warehouse) | Extend the stock related models (warehouse, location, picking, move...) but without impact flows and processes. It's mainly adding fields or buttons.
[stock-logistics-workflow](https://github.com/OCA/stock-logistics-workflow) | Enhance the way flows and processes are working. Modules that do not have their place in the other more specialized repositories
[stock-weighing](https://github.com/OCA/stock-weighing) | Support products managed by weight
[wms](https://github.com/OCA/wms) | Bundle modules for a complete WMS solution

wms

<!-- /!\ do not modify below this line -->

Expand All @@ -21,7 +44,6 @@ Available addons
----------------
addon | version | maintainers | summary
--- | --- | --- | ---
[delivery_carrier_warehouse](delivery_carrier_warehouse/) | 18.0.1.0.0 | | Get delivery method used in sales orders from warehouse

[//]: # (end addons)

Expand Down

0 comments on commit b98a5a7

Please sign in to comment.