~openerp-commiter/openobject-server/trunk-company-currency-currency-field-pna

« back to all changes in this revision

Viewing changes to openerp/addons/base/module/wizard/base_module_configuration_view.xml

  • Committer: pso (OpenERP)
  • Date: 2012-07-24 09:57:25 UTC
  • mfrom: (4246.3.18 trunk)
  • Revision ID: pso@tinyerp.com-20120724095725-3haoypbo7s6c8e2b
[MERGE] Merged with main branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
            <field name="type">form</field>
9
9
            <field name="arch" type="xml">
10
10
                <form string="System Configuration Done" version="7.0">
11
 
                    <header>
12
 
                        <button string="Cancel" class="oe_link" special="cancel" />
13
 
                    </header>
14
11
                    <label string="All pending configuration wizards have been executed. You may restart individual wizards via the list of configuration wizards."/>
 
12
                    <footer>
 
13
                        <button string="Close" class="oe_link" special="cancel" />
 
14
                    </footer>
15
15
                </form>
16
16
            </field>
17
17
        </record>