bzr revid: nel@tinyerp.com-20090126121733-pp2tq2bnh069dgrs
This commit is contained in:
Najlaâ EL KHAYAT 2009-01-26 13:17:33 +01:00
commit 1e41a1241d
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",