[IMP] stock - Add a description for the module

lp bug: https://launchpad.net/bugs/321379 fixed

bzr revid: stephane@tinyerp.com-20090126121117-pud12q2tibyblkbq
This commit is contained in:
Stephane Wirtel 2009-01-26 13:11:17 +01:00
parent 28b7d28ea7
commit 4d52d8dbf9
1 changed files with 11 additions and 0 deletions

View File

@ -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",