[ADD]: stock module.

bzr revid: rch@tinyerp.com-20110314045721-18sk67itoou5srvl
This commit is contained in:
rch-openerp 2011-03-14 10:27:21 +05:30
parent 08741bacf4
commit cb168e18b6
4 changed files with 11 additions and 7 deletions

View File

@ -36,7 +36,7 @@
""",
'author': 'OpenERP SA',
'website': 'http://www.openerp.com',
'images': ['purchase_order.jpeg', 'purchase_analysis.jpeg', 'request_for_quotation.jpeg'],
'images' : ['purchase_order.jpeg', 'purchase_analysis.jpeg', 'request_for_quotation.jpeg'],
'depends': ['base', 'account', 'stock', 'process', 'procurement'],
'data': [
'security/purchase_security.xml',

View File

@ -29,7 +29,7 @@
""",
'author': 'OpenERP SA',
'website': 'http://www.openerp.com',
'images': ['purchase_analytic_distribution.jpeg'],
'images' : ['purchase_analytic_distribution.jpeg'],
'depends': ['purchase', 'account_analytic_plans'],
'init_xml': [],
'update_xml': ['purchase_analytic_plans_view.xml'],

View File

@ -22,7 +22,7 @@
"version" : "0.1",
"author" : "OpenERP SA",
"category" : "Generic Modules/Sales & Purchases",
'images': ['purchase_requisitions.jpeg'],
"images" : ['purchase_requisitions.jpeg'],
"website" : "http://www.openerp.com",
"description": """
This module allows you to manage your Purchase Requisition.

View File

@ -23,7 +23,9 @@
"name" : "Inventory Management",
"version" : "1.1",
"author" : "OpenERP SA",
"description" : """OpenERP Inventory Management module can manage multi-warehouses, multi and structured stock locations.
"description" : """
OpenERP Inventory 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, ...)
@ -34,12 +36,14 @@ Thanks to the double entry management, the inventory controlling is powerful and
* Rapid detection of mistakes through double entry system
* Traceability (upstream/downstream, production lots, serial number, ...)
* Dashboard for warehouse that includes:
* Products to receive in delay (date < = today)
* Procurement in exception
* Graph : Number of Receive products vs planned (bar graph on week par day)
* Graph : Number of Delivery products vs planned (bar graph on week par day)
* List of Incoming Products
* List of Outgoing Products
* Graph : Products to receive in delay (date < = today)
* Graph : Products to send in delay (date < = today)
""",
"website" : "http://www.openerp.com",
"images" : ["delivery_orders.jpeg", "inventory_analysis.jpeg","location.jpeg","moves_analysis.jpeg","physical_inventories.jpeg","warehouse_dashboard.jpeg"],
"depends" : ["product", "account"],
"category" : "Generic Modules/Inventory Control",
"init_xml" : [],