Launchpad automatic translations update.
[odoo/odoo.git] / addons / stock / __openerp__.py
index e33e347..987a0e1 100644 (file)
@@ -45,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",
@@ -57,7 +59,6 @@ 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_picking_make_view.xml',
         'wizard/stock_return_picking_view.xml',
         "stock_workflow.xml",
         "stock_incoterms.xml",
@@ -68,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',