~pedro-q/account-payment/account-payment-sepa-7.0

« back to all changes in this revision

Viewing changes to account_payment_direct_debit/view/payment_type.xml

  • Committer: Ignacio Ibeas - Acysos S.L.
  • Date: 2014-01-25 13:30:35 UTC
  • Revision ID: ignacio@acysos.com-20140125133035-46kipms7z97u825v
[ADD] SEPA modules ported from Banking Addons to Account Payment Extension

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
 
 
5
        <record model="ir.ui.view" id="view_payment_type_form_inherit">
 
6
            <field name="name">view.payment.type.form</field>
 
7
            <field name="model">payment.type</field>
 
8
            <field name="inherit_id" ref="account_payment_extension.view_payment_type_form"/>
 
9
            <field name="arch" type="xml">
 
10
                <field name="suitable_bank_types" position="after">    
 
11
                    <field name="payment_order_type"/>
 
12
                </field>
 
13
            </field>
 
14
        </record>
 
15
 
 
16
    </data>
 
17
</openerp>