~tempo-openerp/+junk/loewert-report-name

« back to all changes in this revision

Viewing changes to addons/base/res/res_config.xml

  • Committer: jbe at tempo-consulting
  • Date: 2013-08-21 08:48:11 UTC
  • Revision ID: jbe@tempo-consulting.fr-20130821084811-913uo4l7b5ayxq8m
[NEW] Création de la branche trunk Loewert

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<openerp>
 
3
    <data>
 
4
        
 
5
        <record id="res_config_view_base" model="ir.ui.view">
 
6
            <field name="name">res.config.view.base</field>
 
7
            <field name="model">res.config</field>
 
8
            <field name="arch" type="xml">
 
9
                <form string="Configuration" version="7.0">
 
10
                    <group string="res_config_contents"/>
 
11
                    <footer>
 
12
                        <button name="action_next" type="object" string="Apply" class="oe_highlight"/>
 
13
                        or
 
14
                        <button name="action_skip" type="object" special="cancel" string="Cancel" class="oe_link"/>
 
15
                    </footer>
 
16
                </form>
 
17
            </field>
 
18
        </record>
 
19
 
 
20
        <record id="view_config_wizard_form" model="ir.ui.view">
 
21
            <field name="name">Compabitiliby configuration wizard</field>
 
22
            <field name="model">ir.actions.configuration.wizard</field>
 
23
            <field name="arch" type="xml">
 
24
                <form string="Next Configuration Step" version="7.0">
 
25
                    <group>
 
26
                        <field name="note"/>
 
27
                    </group>
 
28
                    <footer>
 
29
                        <button name="action_next" type="object" string="Continue" class="oe_highlight"/>
 
30
                        or
 
31
                        <button string="Cancel" class="oe_link" special="cancel" />
 
32
                    </footer>
 
33
                </form>
 
34
            </field>
 
35
        </record>
 
36
 
 
37
        <record id="res_config_installer" model="ir.ui.view">
 
38
            <field name="name">Inheritable view for installer objects</field>
 
39
            <field name="model">res.config.installer</field>
 
40
            <field name="arch" type="xml">
 
41
                <form string="Configuration Installer" version="7.0">
 
42
                    <separator string="title" colspan="4"/>
 
43
                    <footer>
 
44
                        <button name="action_next" type="object" string="Install Modules"  class="oe_highlight"/>
 
45
                        or
 
46
                        <button string="Skip" class="oe_link" special="cancel" />
 
47
                    </footer>
 
48
                </form>
 
49
            </field>
 
50
        </record>
 
51
 
 
52
    </data>
 
53
</openerp>