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

« back to all changes in this revision

Viewing changes to account_payment_sepa_direct_debit/security/original_mandate_required_security.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
<!--
 
3
  Copyright (C) 2013 Akretion (http://www.akretion.com/)
 
4
  @author: Alexis de Lattre <alexis.delattre@akretion.com>
 
5
  The licence is in the file __openerp__.py
 
6
-->
 
7
 
 
8
<openerp>
 
9
<data noupdate="1">
 
10
 
 
11
<record id="group_original_mandate_required" model="res.groups">
 
12
    <field name="name">Original Mandate Required (SEPA)</field>
 
13
    <field name="category_id" ref="base.module_category_hidden"/>
 
14
</record>
 
15
 
 
16
</data>
 
17
</openerp>