Launchpad automatic translations update.
[odoo/odoo.git] / addons / stock / __openerp__.py
index 157e126..987a0e1 100644 (file)
 #
 ##############################################################################
 
-
 {
     "name" : "Inventory Management",
     "version" : "1.1",
-    "author" : "Tiny",
+    "author" : "OpenERP SA",
     "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,
@@ -46,11 +45,13 @@ Thanks to the double entry management, the inventory controlling is powerful and
     "init_xml" : [],
     "demo_xml" : ["stock_demo.xml"],
     "update_xml" : [
+        "security/stock_security.xml",
+        "security/ir.model.access.csv",
         "stock_data.xml",
         "wizard/stock_move_view.xml",
+        "wizard/stock_change_product_qty_view.xml",
         "wizard/stock_partial_picking_view.xml",
         "wizard/stock_partial_move_view.xml",
-        "wizard/stock_inventory_set_stock_zero_view.xml",
         "wizard/stock_fill_inventory_view.xml",
         "wizard/stock_invoice_onshipping_view.xml",
         "wizard/stock_inventory_merge_view.xml",
@@ -58,10 +59,9 @@ Thanks to the double entry management, the inventory controlling is powerful and
         "wizard/stock_splitinto_view.xml",
         "wizard/stock_inventory_line_split_view.xml",
         "wizard/stock_change_standard_price_view.xml",
-        "wizard/stock_traceability_view.xml",
+        'wizard/stock_return_picking_view.xml',
         "stock_workflow.xml",
         "stock_incoterms.xml",
-        "stock_wizard.xml",
         "stock_view.xml",
         "stock_report.xml",
         "stock_sequence.xml",
@@ -69,13 +69,12 @@ Thanks to the double entry management, the inventory controlling is powerful and
         "product_view.xml",
         "partner_view.xml",
         "report/report_stock_move_view.xml",
-        "report/report_stock_picking_view.xml",
         "report/report_stock_view.xml",
-        "security/stock_security.xml",
-        "security/ir.model.access.csv",
         "board_warehouse_view.xml"
     ],
-    'test': ['test/stock_test.yml'],
+    'test': ['test/stock_test.yml',
+             'test/stock_report.yml',
+             ],
     'installable': True,
     'active': False,
     'certificate': '0055421559965',