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)
14 lines
310 B
XML
14 lines
310 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo noupdate="1">
|
|
|
|
|
|
<record id="dd_mandate_seq" model="ir.sequence">
|
|
<field name="name">DD Mandate Reference</field>
|
|
<field name="code">account.banking.mandate</field>
|
|
<field name="prefix">BM</field>
|
|
<field name="padding" eval="7"/>
|
|
</record>
|
|
|
|
|
|
</odoo>
|