~therp-nl/banking-addons/ba70-aggregate_payment_credit

« back to all changes in this revision

Viewing changes to account_direct_debit/view/account_payment.xml

  • Committer: Holger Brunn
  • Author(s): stefan at therp
  • Date: 2013-07-29 06:17:31 UTC
  • mfrom: (174.1.1 banking-addons-70)
  • Revision ID: hbrunn@therp.nl-20130729061731-qtsw379gbolrveqr
[FIX] Clearing lines should not have a partner, because of the new
constraint

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
                    <field name="reference" position="after">
33
33
                        <field name="payment_order_type"/>
34
34
                    </field>
35
 
                    <xpath expr="/form/group/button[@string='Select Invoices to Pay']"
 
35
                    <xpath expr="//button[@string='Select Invoices to Pay']"
36
36
                           position="attributes">
37
37
                        <attribute name="attrs">
38
38
                            {'invisible':['|',('state','!=','draft'),('payment_order_type', '!=', 'payment')]}
39
39
                        </attribute>
40
40
                    </xpath>
41
 
                    <xpath expr="/form/group/button[@string='Select Invoices to Pay']"
 
41
                    <xpath expr="//button[@string='Select Invoices to Pay']"
42
42
                           position="after">
43
43
                        <button colspan="2" name="%(account_payment.action_create_payment_order)s"
44
44
                                string="Select Invoices to Collect" type="action"