~vauxoo/bank-management/josbel-bm-experimental

« back to all changes in this revision

Viewing changes to bank_management/view/voucher_pay_support_view.xml

  • Committer: Josbel Caraballo
  • Date: 2012-04-30 18:22:13 UTC
  • Revision ID: jcaraballo@industriasdiana.gob.ve-20120430182213-c5ylz52rp4vldre1

[IMP] Estandarizado el uso de las vistas

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<openerp>
3
3
    <data>
4
 
        <!--
5
 
    ==================================
6
 
   Soporte de Pago
7
 
    ==================================
8
 
    -->
9
 
 
 
4
    
 
5
        <!--
 
6
        ==================================
 
7
        Soporte de Pago
 
8
        ==================================
 
9
        -->
10
10
 
11
11
        <record id="view_voucher_pay_support_filter" model="ir.ui.view">
12
12
            <field name="name">voucher.pay.support.select</field>
28
28
                        <field name="state" />
29
29
                        <field name="cancel_check_note"/>
30
30
                        <field name="partner_id"/>
31
 
                        
32
31
                    </group>
33
32
                    <newline/>
34
33
                    <group expand="0" string="Group By...">
44
43
            </field>
45
44
        </record>
46
45
 
47
 
 
48
46
        <record id="view_voucher_pay_support_form" model="ir.ui.view">
49
47
            <field name="name">voucher.pay.support.form</field>
50
48
            <field name="model">voucher.pay.support</field>
84
82
                    <group colspan="2" col='6' string="Transfer" >
85
83
                        <group colspan="6" col='1'>
86
84
                            <field name="wire" attrs="{'readonly':[('type','=','check')]}"/>
87
 
<label string=""/><newline/><label string=""/><newline/><label string=""/><label string=""/><newline/><label string=""/><newline/><label string=""/><newline/><label string=""/><newline/><label string=""/><newline/><label string=""/><newline/><label string=""/><newline/><label string=""/><newline/><label string=""/><newline/><label string=""/><newline/><label string=""/>
 
85
                            <label string=""/>
 
86
                            <newline/>
 
87
                            <label string=""/>
 
88
                            <newline/>
 
89
                            <label string=""/>
 
90
                            <label string=""/>
 
91
                            <newline/>
 
92
                            <label string=""/>
 
93
                            <newline/>
 
94
                            <label string=""/>
 
95
                            <newline/>
 
96
                            <label string=""/>
 
97
                            <newline/>
 
98
                            <label string=""/>
 
99
                            <newline/>
 
100
                            <label string=""/>
 
101
                            <newline/>
 
102
                            <label string=""/>
 
103
                            <newline/>
 
104
                            <label string=""/>
 
105
                            <newline/>
 
106
                            <label string=""/>
 
107
                            <newline/>
 
108
                            <label string=""/>
 
109
                            <newline/>
 
110
                            <label string=""/>
88
111
                        </group>
89
112
                    </group>
90
113
                    <newline/>
101
124
                </form>
102
125
            </field>
103
126
        </record>
 
127
        
104
128
        <record id="view_voucher_pay_support_tree" model="ir.ui.view">
105
129
            <field name="name">voucher.pay.support.tree</field>
106
130
            <field name="model">voucher.pay.support</field>
120
144
                </tree>
121
145
            </field>
122
146
        </record>
 
147
        
123
148
        <!-- 
124
149
        =====================================================
125
150
        Menu Principal
126
151
        =====================================================
127
 
        -->   
 
152
        -->
 
153
        
128
154
        <record model="ir.actions.act_window" id="action_voucher_pay_support">
129
155
                <field name="name">Paid Support</field>
130
156
                <field name="res_model">voucher.pay.support</field>
134
160
                <field name="search_view_id" ref="view_voucher_pay_support_filter"/>
135
161
            <field name="help">With voucher pay support you can support delivery and check transactions.</field>                
136
162
        </record>
 
163
        
137
164
        <record model="ir.actions.act_window.view" id="act_wv_voucher_pay_support_tree">
138
165
                <field name="sequence" eval="10"/>
139
166
                <field name="view_mode">tree</field>
140
167
                <field name="view_id" ref="view_voucher_pay_support_tree"/> 
141
168
                <field name="act_window_id" ref="action_voucher_pay_support"/>
142
169
            </record>
143
 
            <record model="ir.actions.act_window.view" id="act_wv_voucher_pay_support_form">
144
 
                <field name="sequence" eval="20"/>
145
 
                <field name="view_mode">form</field>
146
 
                <field name="view_id" ref="view_voucher_pay_support_form"/>
147
 
                <field name="act_window_id" ref="action_voucher_pay_support"/>
148
 
            </record>
149
 
        <menuitem 
150
 
            action="action_voucher_pay_support" 
151
 
            id="menu_voucher_pay_support" 
152
 
            parent="id_check_management"/>
153
 
 
154
 
<!--        vista utilizada para finalizar el wizard de ordenes de pago-->
 
170
            
 
171
        <record model="ir.actions.act_window.view" id="act_wv_voucher_pay_support_form">
 
172
            <field name="sequence" eval="20"/>
 
173
            <field name="view_mode">form</field>
 
174
            <field name="view_id" ref="view_voucher_pay_support_form"/>
 
175
            <field name="act_window_id" ref="action_voucher_pay_support"/>
 
176
        </record>
155
177
 
156
178
        <record id="action_pay_order_wizard_soporte" model="ir.actions.act_window">
157
179
            <field name="name">Paid Support</field>
163
185
            <field name="context">{'state':'draft'}</field>
164
186
        </record> 
165
187
 
166
 
 
167
 
 
168
 
 
169
188
    </data>
170
189
</openerp>