~therp-nl/banking-addons/ba61-move_ref

« back to all changes in this revision

Viewing changes to account_banking_aggregate_payment/view/export_aggregate.xml

  • Committer: Holger Brunn
  • Author(s): stefan at therp
  • Date: 2013-06-24 10:19:38 UTC
  • mfrom: (171.3.9 banking-addons)
  • Revision ID: hbrunn@therp.nl-20130624101938-ev5ebcw2i41jmr3b
[ADD] account_banking_aggregate_payment

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
        <record id="banking_export_aggregate_view" model="ir.ui.view">
 
5
            <field name="name">Export aggregate payment order</field>
 
6
            <field name="model">banking.export.aggregate</field>
 
7
            <field name="type">form</field>
 
8
            <field name="arch" type="xml">
 
9
                <form string="Export aggregate payment order">
 
10
                    <label string="When you confirm this order, the total
 
11
                                   amount will be made payable to the partner
 
12
                                   that has been set on the payment mode. A
 
13
                                   new payment order will open in your screen
 
14
                                   with this one payment."/>
 
15
                    <group col="2" colspan="1">
 
16
                        <button icon="gtk-close"
 
17
                                special="cancel"
 
18
                                string="Cancel"
 
19
                                />
 
20
                        <button icon="gtk-ok"
 
21
                                string="Create" 
 
22
                                name="create_aggregate_order"
 
23
                                type="object"
 
24
                                />
 
25
                    </group>
 
26
                </form>
 
27
            </field>
 
28
        </record>
 
29
    </data>
 
30
</openerp>