Skip to content

Commit b98a5a7

Browse files
authored
Merge pull request #979 from jbaudoux/18-README
README: Stock Repositories guidelines for v18
2 parents cc16b4e + cceb8f1 commit b98a5a7

File tree

1 file changed

+25
-3
lines changed

1 file changed

+25
-3
lines changed

README.md

+25-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,32 @@
77

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

10-
# wms
10+
# Warehouse Management System (WMS)
11+
12+
There are several repositories where you can find modules and contribute to.
13+
14+
## Repositories and guidelines
15+
16+
Repository | Description
17+
| --- | --- |
18+
[delivery-carrier](https://github.com/OCA/delivery-carrier) | Delivery method providers and all enhancements around delivery method in sales and stock
19+
[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
20+
[stock-logistics-availability](https://github.com/OCA/stock-logistics-availability) | Compute quantity available in stock
21+
[stock-logistics-barcode](https://github.com/OCA/stock-logistics-barcode) | Product and product packaging barcodes
22+
[stock-logistics-interfaces](https://github.com/OCA/stock-logistics-interfaces) | Interfaces to interact with physical devices (vertical lift, measurement device...)
23+
[stock-logistics-orderpoint](https://github.com/OCA/stock-logistics-orderpoint) | Reordering rules
24+
[stock-logistics-release-channel]([https://github.com/OCA/stock-logistics-release-channel) | Dispatch management. Organize and dispatch work in the warehouse by release channels
25+
[stock-logistics-reporting](https://github.com/OCA/stock-logistics-reporting) | Stock reportings
26+
[stock-logistics-request](https://github.com/OCA/stock-logistics-request) | Record needs for products
27+
[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
28+
[stock-logistics-shopfloor]([https://github.com/OCA/stock-logistics-shopfloor) | Shopfloor. Warehouse barcode applications to support operators in the warehouse
29+
[stock-logistics-tracking](https://github.com/OCA/stock-logistics-tracking) | Enhance packages (stock.quant.package)
30+
[stock-logistics-transport]([https://github.com/OCA/stock-logistics-transport) | Manage incoming and outgoing transports
31+
[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.
32+
[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
33+
[stock-weighing](https://github.com/OCA/stock-weighing) | Support products managed by weight
34+
[wms](https://github.com/OCA/wms) | Bundle modules for a complete WMS solution
1135

12-
wms
1336

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

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

2648
[//]: # (end addons)
2749

0 commit comments

Comments
 (0)