mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
Port almost all modules to v10 * Update to EPC Rulebook v9.2 that start to apply on 2016-11-20 (bug #300)
19 lines
580 B
XML
19 lines
580 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
|
|
|
|
<record id="view_account_config_settings" model="ir.ui.view">
|
|
<field name="name">sepa_direct_debit.account_config_settings.form</field>
|
|
<field name="model">account.config.settings</field>
|
|
<field name="inherit_id" ref="account_banking_pain_base.view_account_config_settings"/>
|
|
<field name="arch" type="xml">
|
|
<group name="pain" position="inside">
|
|
<field name="sepa_creditor_identifier"
|
|
placeholder="Write the ICS of your company"/>
|
|
</group>
|
|
</field>
|
|
</record>
|
|
|
|
|
|
</odoo>
|