~openbig/bigconsulting/milestone1

« back to all changes in this revision

Viewing changes to account_invoice_cash_discount/wizard/account_pay_invoice_view.xml

  • Committer: gpa
  • Date: 2010-07-26 12:24:39 UTC
  • Revision ID: gpa@tinyerp.com-20100726122439-46wdkoxt1krmrk4x
added message in the milestone1 on partial payment and full paymentn

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
                    <group colspan="4" col="6">
34
34
                        <label string ="" colspan="2"/>
35
35
                        <button icon="gtk-cancel" special="cancel" string="Cancel"/>
36
 
                        <button icon="gtk-execute" string="Partial Payment" name="pay_and_reconcile" type="object"/>
 
36
                        <button icon="gtk-execute" string="Partial Payment" name="_message_partial" type="object"/>
37
37
                        <button icon="gtk-execute" string="Full-Payment" name="_message" type="object"/>
38
38
                   </group>
39
39
               </form>
97
97
                        <field name="model">account.message</field>
98
98
                        <field name="type">form</field>
99
99
                        <field name="arch" type="xml">
100
 
                                <form string="Your Messages">
 
100
                                <form string="Messages">
101
101
                                        <group>
102
 
                                                <separator string="Reconcile this invoice?                                 " colspan="4"/>
103
 
                                                <label string ="" colspan="2"/>
 
102
                                                <separator string="Full Payment" colspan="4"/>
 
103
                                                <label string ="Are you really want to reconcile this invoice.
 
104
                                                The proposed payment does not cover 100 percent of the invoice.
 
105
                                                Please check payment term lines. Normally a user would click 
 
106
                                                on Partial Payment to avoid ready / paid state for this invoice." colspan="2"/>
 
107
                                                <newline/>
104
108
                                                <button icon="gtk-cancel" special="cancel" string="Cancel" colspan="1"/>
105
109
                                                <button icon="gtk-execute" string="OK" name="_check" type="object" colspan="1"/>
106
110
                                        </group>
107
111
                                </form>
108
112
                        </field>
109
113
                </record>
 
114
                
 
115
                <record id="view_account_partial_message" model="ir.ui.view">
 
116
                        <field name="name">account.partial.message.form</field>
 
117
                        <field name="model">account.partial.message</field>
 
118
                        <field name="type">form</field>
 
119
                        <field name="arch" type="xml">
 
120
                                <form string="Messages">
 
121
                                        <group>
 
122
                                                <separator string="Partial Payment" colspan="4"/>
 
123
                                                <label string ="Don't you really want to reconcile this invoice.
 
124
                                                 The proposed payment balances this invoice. Please check payment term lines.
 
125
                                                 Normally a user would click on Full Payment to receive ready / paid state for this invoice." colspan="2"/>
 
126
                                                <newline/>
 
127
                                                <button icon="gtk-cancel" special="cancel" string="Cancel" colspan="1"/>
 
128
                                                <button icon="gtk-execute" string="OK" name="_check_partial" type="object" colspan="1"/>
 
129
                                        </group>
 
130
                                </form>
 
131
                        </field>
 
132
                </record>
110
133
        
111
134
        </data>
112
135
</openerp>
 
 
b'\\ No newline at end of file'