[IMP] stock: Change the icon of traceability
authorsbh (Open ERP) <sbh@tinyerp.com>
Mon, 6 Sep 2010 11:42:59 +0000 (17:12 +0530)
committersbh (Open ERP) <sbh@tinyerp.com>
Mon, 6 Sep 2010 11:42:59 +0000 (17:12 +0530)
bzr revid: sbh@tinyerp.com-20100906114259-j7o6znrivcawl56s

addons/stock/stock_view.xml

index 3dcca1a..dd2bc03 100644 (file)
                     <field name="active" select="1"/>
                     <separator string="" colspan="4" />
                                        <group col="4" colspan="4">
-                                               <button name="action_traceability"  icon="gtk-go-back" string="Downstream traceability" type="object" context="{'type': 'move_history_ids','field': ''}"/>
-                                               <button name="action_traceability"  icon="gtk-jump-to"  string="Upstream traceability" type="object" context="{'type': '','field': ''}"/>
+                                               <button name="action_traceability"  icon="gtk-go-up"  string="Upstream traceability" type="object" context="{'type': '','field': ''}"/>
+                                               <button name="action_traceability"  icon="gtk-go-down" string="Downstream traceability" type="object" context="{'type': 'move_history_ids','field': ''}"/>
                                        </group>                    
                 </form>
             </field>
                                <page string="General Information">                            
                                        <field colspan="4" name="revisions" nolabel="1"/>
                                        <group col="4" colspan="4">
-                                               <button name="action_traceability" string="Upstream Traceability" type="object" context="{'type': '', 'field': 'prodlot_id'}" icon="gtk-go-back"/>
-                                               <button name="action_traceability" string="Downstream Traceability" type="object" context="{'type': 'move_history_ids', 'field': 'prodlot_id'}" icon="gtk-jump-to"/>                                     
+                                               <button name="action_traceability" string="Upstream Traceability" type="object" context="{'type': '', 'field': 'prodlot_id'}" icon="gtk-go-up"/>
+                                               <button name="action_traceability" string="Downstream Traceability" type="object" context="{'type': 'move_history_ids', 'field': 'prodlot_id'}" icon="gtk-go-down"/>                                     
                                        </group>
                        </page>
                        </notebook>