[ADD] stock :Add upstream and downstream traceability in Pack view
authorsbh (Open ERP) <sbh@tinyerp.com>
Mon, 6 Sep 2010 06:57:40 +0000 (12:27 +0530)
committersbh (Open ERP) <sbh@tinyerp.com>
Mon, 6 Sep 2010 06:57:40 +0000 (12:27 +0530)
bzr revid: sbh@tinyerp.com-20100906065740-ejh2apju2iwxg766

addons/stock/stock_view.xml

index 9266091..7f3dfaa 100644 (file)
                     <field name="serial" select="1"/>
                     <field name="date" select="1"/>
                     <field name="active" select="1"/>
+                    <separator string="" colspan="4" />
+                                       <group col="4" colspan="4">
+                                               <button name="%(action_view_stock_traceability_lot_upstream)d" string="Upstream Traceability"  icon="gtk-go-back" type="action"/>
+                                               <button name="%(action_view_stock_traceability_upstream)d" string="Downstream Traceability" icon="gtk-jump-to" type="action"/>                                   
+                                       </group>                    
                 </form>
             </field>
         </record>