diff --git a/addons/purchase/__openerp__.py b/addons/purchase/__openerp__.py index de09a96b028..57356d81c79 100644 --- a/addons/purchase/__openerp__.py +++ b/addons/purchase/__openerp__.py @@ -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', diff --git a/addons/purchase_analytic_plans/__openerp__.py b/addons/purchase_analytic_plans/__openerp__.py index ebf829667a2..cf4928c9b87 100644 --- a/addons/purchase_analytic_plans/__openerp__.py +++ b/addons/purchase_analytic_plans/__openerp__.py @@ -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'], diff --git a/addons/purchase_requisition/__openerp__.py b/addons/purchase_requisition/__openerp__.py index ee46eaeb1bf..a3eeb66b893 100644 --- a/addons/purchase_requisition/__openerp__.py +++ b/addons/purchase_requisition/__openerp__.py @@ -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. diff --git a/addons/stock/__openerp__.py b/addons/stock/__openerp__.py index 987a0e12493..7ab467e6ca1 100644 --- a/addons/stock/__openerp__.py +++ b/addons/stock/__openerp__.py @@ -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" : [],