[MERGE] merge with trunk
[odoo/odoo.git] / addons / stock / __openerp__.py
index 32adb5e..dd83014 100644 (file)
@@ -34,6 +34,11 @@ Thanks to the double entry management, the inventory controlling is powerful and
 * Bar code supported
 * 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)
     """,
     "website" : "http://www.openerp.com",
     "depends" : ["product", "account"],
@@ -66,6 +71,7 @@ Thanks to the double entry management, the inventory controlling is powerful and
         "report/report_stock_view.xml",
         "security/stock_security.xml",
         "security/ir.model.access.csv",
+        "board_warehouse_view.xml"
     ],
     'test': ['test/stock_test.yml'],
     'installable': True,