[IMP] stock - Add a description for the module
authorStephane Wirtel <stephane@tinyerp.com>
Mon, 26 Jan 2009 12:11:17 +0000 (13:11 +0100)
committerStephane Wirtel <stephane@tinyerp.com>
Mon, 26 Jan 2009 12:11:17 +0000 (13:11 +0100)
lp bug: https://launchpad.net/bugs/321379 fixed

bzr revid: stephane@tinyerp.com-20090126121117-pud12q2tibyblkbq

addons/stock/__terp__.py

index 319faba..fff0e89 100644 (file)
     "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",