From 4d52d8dbf92c7b9edca701fc153f50a0913c474c Mon Sep 17 00:00:00 2001 From: Stephane Wirtel Date: Mon, 26 Jan 2009 13:11:17 +0100 Subject: [PATCH] [IMP] stock - Add a description for the module lp bug: https://launchpad.net/bugs/321379 fixed bzr revid: stephane@tinyerp.com-20090126121117-pud12q2tibyblkbq --- addons/stock/__terp__.py | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/addons/stock/__terp__.py b/addons/stock/__terp__.py index 319faba..fff0e89 100644 --- a/addons/stock/__terp__.py +++ b/addons/stock/__terp__.py @@ -25,6 +25,17 @@ "name" : "Stock Management", "version" : "1.1", "author" : "Tiny", + "description" : """OpenERP Stock Management module can manage multi-warehouses, multi and structured stock locations. +Thanks to the double entry management, the inventory controlling is powerful and flexible: +* Moves history and planning, +* Different inventory methods (FIFO, LIFO, ...) +* Stock valuation (standard or average price, ...) +* Robustness faced with Inventory differences +* Automatic reordering rules (stock level, JIT, ...) +* Bar code supported +* Rapid detection of mistakes through double entry system +* Traceability (upstream/downstream, production lots, serial number, ...) + """, "website" : "http://www.openerp.com", "depends" : ["product", "account"], "category" : "Generic Modules/Inventory Control", -- 1.7.10.4