~vauxoo/addons-vauxoo/8.0-import_tax_tariff-dev-yani-rev-2

« back to all changes in this revision

Viewing changes to winpdb_debugger/winpdb_debugger_wizard.xml

  • Committer: Luis Tores
  • Date: 2013-06-11 22:18:46 UTC
  • mto: (543.7.52 7.0)
  • mto: This revision was merged to the branch mainline in revision 829.
  • Revision ID: luis_t@vauxoo.com-20130611221846-90u3hqhomr3b502a
[ADD][winpdb_debugger]Added module winpdb_debugger

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<openerp>
 
3
    <data noupdate="1">
 
4
        <!--
 
5
        Winpdb debugger start wizard
 
6
        -->
 
7
 
 
8
        <record model="ir.ui.view" id="winpdb_debugger_form_view2">
 
9
            <field name="name">winpdb.debugger.wizard.form</field>
 
10
            <field name="model">winpdb.debugger.wizard</field>
 
11
            <field name="arch" type="xml">
 
12
                <form string="Winpdb debugger">
 
13
                    <label string="Winpdb attached or timeout." colspan="4"/>
 
14
                </form>
 
15
            </field>
 
16
        </record>
 
17
        
 
18
        <record model="ir.ui.view" id="winpdb_debugger_form_view">
 
19
            <field name="name">winpdb.debugger.wizard.form</field>
 
20
            <field name="model">winpdb.debugger.wizard</field>
 
21
            <field name="arch" type="xml">
 
22
                <form string="Winpdb debugger">
 
23
                    <label string="Open Winpdb and set the password to the OpenERP server administrator password. Then clic 'Start Winpdb debugger'." colspan="4"/>
 
24
                    <label string="The system will wait for 5 minutes until you open a connection. If no connection is opened, the server will continue." colspan="4"/>
 
25
                    <button type="special" special="cancel"
 
26
                            string="Cancel" icon="gtk-cancel"/>
 
27
                    <button type="object" name="action_start_debugger"
 
28
                            string="start debugger" icon="gtk-ok"/>
 
29
                </form>
 
30
            </field>
 
31
        </record>
 
32
 
 
33
        <record model="ir.actions.act_window" id="winpdb_debugger_open_wizard">
 
34
            <field name="name">Winpdb Open Wizard</field>
 
35
            <field name="res_model">winpdb.debugger.wizard</field>
 
36
            <field name="view_type">form</field>
 
37
            <field name="view_mode">form</field>
 
38
            <field name="view_id" ref="winpdb_debugger_form_view"/>
 
39
            <field name="target">new</field>
 
40
        </record>
 
41
        
 
42
        <menuitem  name= "Winpdb Debugger" id="winpdb_debugger_menu" parent="base.menu_administration" sequence="100" />
 
43
        <menuitem  name= "Star Winpdb debugger" action="winpdb_debugger_open_wizard" id="winpdb_debugger_menu_action" parent="winpdb_debugger_menu" sequence="100" />
 
44
    
 
45
    <record model="ir.actions.act_window" id="winpdb_debugger_close__wizard">
 
46
            <field name="name">winpdb_close_wizard</field>
 
47
            <field name="res_model">winpdb.debugger.wizard</field>
 
48
            <field name="view_type">form</field>
 
49
            <field name="view_mode">form</field>
 
50
            <field name="view_id" ref="winpdb_debugger_form_view2"/>
 
51
            <field name="target">new</field>
 
52
        </record>
 
53
    </data>
 
54
</openerp>