From a3f868fb90ae5ae85a7ac9b8245271bd16ee31e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Wed, 23 Sep 2015 16:27:29 +0200 Subject: [PATCH] [ADD] addons table in README.md --- README.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/README.md b/README.md index 7632f731b..56adab1b8 100644 --- a/README.md +++ b/README.md @@ -16,3 +16,37 @@ Please don't hesitate to suggest one of your module to this project. Also, you m - https://github.com/OCA/stock-logistics-tracking - https://github.com/OCA/stock-logistics-barcode - https://github.com/OCA/stock-logistics-workflow + +[//]: # (addons) +Available addons +---------------- +addon | version | summary +--- | --- | --- +[stock_available](stock_available/) | 2.0 | Stock available to promise +[stock_available_immediately](stock_available_immediately/) | 2.0 | Ignore planned receptions in quantity available to promise +[stock_inventory_preparation_filter](stock_inventory_preparation_filter/) | 1.0 | More filters for inventory adjustments +[stock_location_area_data](stock_location_area_data/) | 0.1 | Add surface units of measure +[stock_location_area_management](stock_location_area_management/) | 0.1 | Enter a location's area based on different units of measure +[stock_location_ownership](stock_location_ownership/) | 0.1 | Stock Location Ownership +[stock_mts_mto_rule](stock_mts_mto_rule/) | 1.0 | Add a MTS+MTO route +[stock_reserve](stock_reserve/) | 0.2 | Stock reservations on products +[stock_reserve_sale](stock_reserve_sale/) | 1.0 | Stock Reserve Sales + +Unported addons +--------------- +addon | version | summary +--- | --- | --- +[base_product_merge](__unported__/base_product_merge/) | 1.0 (unported) | Base Products Merge +[configurable_stock_level](__unported__/configurable_stock_level/) | 0.1 (unported) | name +[stock_available_mrp](__unported__/stock_available_mrp/) | 2.0 (unported) | Consider the production potential is available to promise +[stock_available_sale](__unported__/stock_available_sale/) | 2.0 (unported) | Quotations in quantity available to promise +[stock_inventory_existing_lines](__unported__/stock_inventory_existing_lines/) | 1.0 (unported) | Inventory Extended +[stock_inventory_extended](__unported__/stock_inventory_extended/) | 1.0 (unported) | Move Inventory Extended +[stock_inventory_with_location](__unported__/stock_inventory_with_location/) | 1.0 (unported) | Move Inventory Extended +[stock_lot_valuation](__unported__/stock_lot_valuation/) | 0.1 (unported) | Lot Valuation +[stock_move_location](__unported__/stock_move_location/) | 1.0 (unported) | Move Stock Location +[stock_optional_valuation](__unported__/stock_optional_valuation/) | 0.1 (unported) | Stock optional valuation +[stock_orderpoint_creator](__unported__/stock_orderpoint_creator/) | 1.0 (unported) | Configuration of order point in mass +[stock_reord_rule](__unported__/stock_reord_rule/) | 0.2 (unported) | Improved reordering rules + +[//]: # (end addons)