[IMP]:added icons on buttons.
[odoo/odoo.git] / addons / project_issue / project_issue_view.xml
index ac571ba..a73b99a 100644 (file)
                     <tr name="use_issues_row">
                         <th style="border-right:1px solid #DDD;" width="140px">Issues Tracking</th>
                         <td><field name="use_issues" nolabel="1"/></td>
-                        <td style="text-align:right;" width="110px"><button class="oe_btn_width" name="%(act_project_project_2_project_issue_all)d" string="Issues" type="action" attrs="{'invisible':[('use_issues','=', 0)]}"/></td>
+                        <td style="text-align:right;" width="110px"><button icon="terp-stock_symbol-selection" class="oe_btn_width" name="%(act_project_project_2_project_issue_all)d" string="Issues" type="action" attrs="{'invisible':[('use_issues','=', 0)]}"/></td>
                     </tr>
                 </xpath>
                 <field name="priority" position="before">
                <group name="project" position="inside">
                    <field name="use_issues"/>
                </group>
-               <xpath expr='//group[@name="members"]' position='replace'>
-                    <group colspan="4" attrs="{'invisible': [('use_tasks','!=',1),('use_issues','!=',1)]}" name="members">
-                        <separator colspan="4" string="Team"/>
-                        <field name="members" colspan="4" nolabel="1"/>
-                    </group>
-                </xpath>
             </field>
         </record>
     </data>