~banking-addons-team/banking-addons/banking-addons-70

« back to all changes in this revision

Viewing changes to account_direct_debit/view/account_payment.xml

  • Committer: Guewen Baconnier
  • Author(s): Alexis de Lattre
  • Date: 2014-01-31 13:21:36 UTC
  • mfrom: (202.1.27 banking-addons-70-allinone)
  • Revision ID: guewen.baconnier@camptocamp.com-20140131132136-5ep2k78mq8qt1ljd
Support for SEPA Direct Debit

the work I carried out with Luc de Meyer (Noviat) during a code sprint on November 21st to get the additionnal features that were present in Luc's module account_pain for SEPA credit transfer (including the "Initiating Party Issuer", which is required by a few countries including Belgium and structured remittance info)

the module account_banking_pain_base : this module allows to share as much code as possible between the module for credit transfers and the module for direct debits

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
                                icon="gtk-find"
47
47
                                />
48
48
                    </xpath>
 
49
                    <field name="mode" position="attributes">
 
50
                        <attribute name="domain">[('payment_order_type', '=', payment_order_type)]</attribute>
 
51
                    </field>
49
52
                </data>
50
53
            </field>
51
54
        </record>