modifs
[odoo/odoo.git] / addons / stock / stock_report.xml
index 7a092de..a7bf9ea 100644 (file)
@@ -1,29 +1,19 @@
 <?xml version="1.0" encoding="utf-8"?>
-<terp>
+<openerp>
     <data>
         
         <report auto="False" id="report_product_history" model="product.product" name="stock.product.history" string="Future stock forecast"/>
         
         
-        <report id="report_picking_list" model="stock.picking" name="stock.picking.list" string="Packing list" xml="stock/report/picking.xml" xsl="stock/report/picking.xsl"/>
-        
+<!--        <report id="report_picking_list" model="stock.picking" name="stock.picking.list" string="Packing list" xml="stock/report/picking.xml" xsl="stock/report/picking.xsl"/>-->
+        <report id="report_picking_list" model="stock.picking" name="stock.picking.list" string="Packing list" rml="stock/report/picking.rml"/>
         <report id="report_move_labels" model="stock.move" name="stock.move.label" string="Print Item Labels" xml="stock/report/lot_move_label.xml" xsl="stock/report/lot_move_label.xsl"/>
         
         <report id="report_location_overview" model="stock.location" name="stock.location.overview" string="Location Overview" xml="stock/report/lot_overview.xml" xsl="stock/report/lot_overview.xsl"/>
         
         <report auto="False" id="report_lot_location" model="stock.location" name="lot.location" rml="stock/report/lot_location.rml" string="Lots by location"/>
         
-        <report auto="False" id="report_product_location" model="product.product" name="stock.product.location" string="Products Localisations"/>
-        
         <report id="report_location_overview_all" model="stock.location" name="stock.location.overview.all" string="Location Content (With childs)" xml="stock/report/lot_overview_all.xml" xsl="stock/report/lot_overview_all.xsl"/>
-        <!--
-               <report
-                       id="report_lot_ups"
-                       string="UPS xml file"
-                       model="stock.move.lot"
-                       name="stock.move.lot.ups_xml"
-                       menu="False"
-                       auto="False" />
--->
+    
     </data>
-</terp>
\ No newline at end of file
+</openerp>