[imp] Change default icons on res.config view buttons
[odoo/odoo.git] / bin / addons / base / res / res_config.xml
1 <openerp>
2   <data>
3     <record id="res_config_view_base" model="ir.ui.view">
4       <field name="name">res.config.view.base</field>
5       <field name="model">res.config</field>
6       <field name="type">form</field>
7       <field name="arch" type="xml">
8         <form>
9           <group string="res_config_contents">
10           </group>
11           <separator string="" colspan="4"/>
12           <field name="progress" widget="progressbar" nolabel="1" colspan="1"/>
13           <label string="" colspan="1"/>
14           <group colspan="2" col="4">
15             <button name="action_skip" icon="gtk-goto-last" special="cancel"
16                     type="object" string="Skip"/>
17             <button name="action_next" icon="gtk-go-forward"
18                     type="object" string="Next"/>
19           </group>
20         </form>
21       </field>
22     </record>
23   </data>
24 </openerp>